|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
Info Window
Open a Info Window where you want. Put HTML code inside it.
v3.x: supportated v1.x: limitated
|
|
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
|
|
Styled Maps
Create your colorful maps, decide what show and what hide. Choose your favorite colors
.
v3.x: supportated v1.x: no supportated
|
|
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
|
|
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
|
|
Directions
Draw your directions on the map. Retrive informatio about them from Google Maps.
v3.x: supportated (new code!) v1.x: supportated
|
|
Draggable Directions
Use the mouse to edit your directions. Add a new waypoint.
v3.x: supportated v1.x: no supportated
|
|
GroundOverlays
Put an image on the map.
v3.x: supportated v1.x: no supportated
|
|
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
|
|
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
|
|
Javascript Console
See javascript log, run new code and check the errors.
v3.x: supportated v1.x: no supportated
|
|
StreetView
Open StreetView inside your map, see your city in 3D.
v3.x: supportated (new code!) v1.x: supportated
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|