MartinZone

programming experiments

 

1 2 3 4 5 6

TGoMaps

image

Use Google Maps service inside your Delphi application. Easy to use but extremely powerful. You will be able to draw markers, polylines, polygons, directions, kmllayers, labels and many more objects on your map. Many map events like mouse coordinates, polygon click, marker drag...and many many more.

TGoMaps LITE

image

A small version of TGoMaps with limitated features, FREE for NON-COMMERCIAL application. Try TGoMaps before buy it.

TSPSolver

image

VCL component to solver the Travelling Salesman Problem,a famous combinatorial optimization problem. 3 different algorithms 2 type of solution (from A to A and from A to B). Available also as DLL library (beta).

MapDown

image

Small Windows application to captures and assembles maps from most important map providers like Google Maps, Yahoor Maps, Microsoft Live Maps and OpenStreetMap. Create georeference maps for most important maps application like OziExplorer, Gps Tuner 5.x, GPSdash and CompeGPS.

MapDown VCL

image

MapDown VCL allow to your application captures and assembles maps from most important map providers like Google Maps, Yahoor Maps, Microsoft Live Maps and OpenStreetMap. Besides you will able to create georeference maps for most important maps application like OziExplorer, Gps Tuner 5.x, GPSdash and CompeGPS.

GoSuite

image

With GoSuite VCL you will use some Google service on your Delphi/C++ Builder application. Full support for Directions (calculates directions between locations), Elevation (provides elevation data for all locations on the surface of the eart) and Geocoding (converting addresses into geographic coordinates and vice versa) services. Use of Google Premier client code.

<< >> Play > Stop

Features

 

This is a list of the main features of TGoMaps. All you can read here can be implemented in an Delphi and C++ Builder applications with TGoMaps besides all image are capture from a Delphi or C++ Builder demo applications with TGoMaps. Note: between 1.x series amd 3.x series there a there may be slight differences in graphics, please download the demo application to see the real look.

Click on the picture to see larger.

 

TGoMaps

Gateway file

TGoMaps may work by communicating directly with Google's servers or through the use of a gateway file on your server (for more info see FAQ section).

v3.x: supportated
v1.x: supportated

TGoMaps

Delphi and C++ Builder support

TGoMaps works at all last version of Delphi and C++ Builder.

v3.x: supportated
v1.x: supportated

 

Events

About 60 events allow you to have the full control of you map. For example you can know the mouse position, when the map is moved or if you user have click on a marker.

v3.x: supportated
v1.x: supportated

TGoMaps

Markers

You can add different type of markers. No only Google Maps standard markers but new beautiful markers with different colors and shapes.

v3.x: supportated
v1.x: supportated

TGoMaps

Polygons, polylines and circles

Put on your map polygons, polylines or circles, you can set color and opacity, besides you can set the color and the weight of the stroke. Geodesic items supportated.

v3.x: supportated
v1.x: limitated

TGoMaps

Complex and predefited polygons

You can create complex polygons, with one or more paths. Besides, thanks to special functions, you can draw defined polygons  easily and fast (circles, stars, ovals, regular polygons).

v3: supportated
v1.x: no supportated

TGoMaps

Info Window

Open a Info Window where you want. Put HTML code inside it.

v3.x: supportated
v1.x: limitated

TGoMaps

Label

TGoMaps support nice label on the map, you can use this to write a text on the map. The labels support HTML code as text, besides you can link a label to a marker so if the marker is move also the label is move.

v3: supportated
v1.x: supportated

TGoMaps

Styled Maps

Create your colorful maps, decide what show and what hide. Choose your favorite colors

.

v3.x:  supportated
v1.x: no supportated

TGoMaps

Image Maps

Google, Yahoo, Microsoft, Ovi, OpenStreet, choose your title or create your map with your personal titles. Now you can.

Note: TGoMaps use only Google Maps API! However you can create a custom map with your tiles.

v3: supportated
v1.x: no supportated

TGoMaps

Maps type

All Google Maps maps are supported (street, satellate, hybrid and terrain). Also Satellate 3D (Google Earth) is supported but with a limited features.

v3.x: no supportated (Google Maps API v3 don't support Earth in this moment)
v1.x: supportated

TGoMaps

Directions

Draw your directions on the map. Retrive informatio about them from Google Maps.

v3.x: supportated (new code!)
v1.x: supportated

TGoMaps

Draggable Directions

Use the mouse to edit your directions. Add a new waypoint.

v3.x: supportated
v1.x: no supportated

TGoMaps

GroundOverlays

Put an image on the map.

v3.x: supportated
v1.x: no supportated

TGoMaps

Traffic Layer

Get traffic information on your map. In this moment this service is available only in some countries.

v3.x: supportated
v1.x: supportated

TGoMaps

Bicycling Layer

Showing bike lanes and paths. In this moment this service is available only in some countries.

v3.x: supportated
v1.x: no supportated

TGoMaps

Javascript Console

See javascript log, run new code and check the errors.

v3.x: supportated
v1.x: no supportated

TGoMaps

StreetView

Open StreetView inside your map, see your city in 3D.

v3.x: supportated (new code!)
v1.x: supportated

TGoMaps

Earth controls and layers

Show or hide Earth controls and layers (as 3D building, 3D terrain, ...).

v3.x: no supportated (Google Maps API v3 don't support Earth in this moment)
v1.x: supportated

TGoMaps

GeoXML

Load your KML file on your map. Map support only online KML file, Earth support both online and local file.

v3.x: supportated
v1.x: supportated

TGoMaps

Context Menu

With a normal TPopup component you will replace the map context menu. Besides with special events you can controls the popup and create different popup menus for any type of object (markers, polygons, ...).

v3.x: supportated
v1.x: supportated


 

Controls

Many type of controls. Small and big controls with new or old style. Draging zoom, google bar, navlabel and many more.

v3.x: supportated
v1.x: supportated

 

Save and load map settings

Save map settings (and all map objects: Markers, Polygons, ...) in XML format, the restore map. Simple and fast.

v3.x: supportated
v1.x: supportated

TGoMaps

Aerial Perspective

See 3D aerial image (where this service is suppported). The user will be change the viewing angle between 0, 90, 180 and 270 degrees.

v3.x: no supportated (Google Maps API v3 don't support Earth in this moment)
v1.x: supportated


TGoMaps

Travelling salesman problem solver

The Travelling Salesman Problem (TSP) is a problem in combinatorial optimization. Given a list of cities and their pairwise distances, the task is to find a shortest possible tour that visits each city exactly once. TGoMaps can solve this problem with 2 different way:

  • find the route from an address A to an address B;
  • find the route from an address A to the same address A;

 

v3.x: supportated
v1.x: supportated

 
About - Privacy Policy - Contact