|
|
Gateway file
TGoogleMaps 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).
|
|
Delphi and C++ Builder support
TGoogleMaps works at all last version of Delphi and C++ Builder.
|
| |
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.
|
|
Markers
You can add different type of markers. No only Google Maps standard markers but new beautiful markers with different colors and shapes.
|
|
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.
|
|
Label
TGoogleMaps 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.
|
|
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.
|
|
Directions
Draw your directions on the map. Retrive informatio about them from Google Maps.
|
|
Traffic
Get traffic information on your map. In this moment Google Maps traffic support only USA and UK. France traffic is not supported by Google Maps API.
|
|
StreetView
Open StreetView inside your map, see your city in 3D.
|
|
Earth controls and layers
Show or hide Earth controls and layers (as 3D building, 3D terrain, ...).
|
|
GeoXML
Load your KML file on your map. Map support only online KML file, Earth support both online and local file.
|
|
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, ...).
|
| |
Controls
Many type of controls. Small and big controls with new or old style. Draging zoom, google bar, navlabel and many more.
|
| |
Save and load map settings
Save map settings (and all map objects: Markers, Polygons, ...) in XML format, the restore map. Simple and fast.
|
|
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.
|
|
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. TGoogleMaps 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;
Â
|