TTMSFNCCustomGoogleMaps Class
Implements the customizable Google map control.
API unit family: TMSFNCGoogleMaps
Inherits from: TTMSFNCCustomMaps
Syntax
TTMSFNCCustomGoogleMaps = class(TTMSFNCCustomMaps)
Properties
| Name | Description |
|---|---|
| OverlayViews | Provides custom overlay views displayed on the map. |
Methods
| Name | Description |
|---|---|
| AddCircle | Adds a circle overlay to the map. |
| AddHeatMap | Adds a heat map overlay to the map. |
| AddKMLLayer | Adds a KML layer to the map. |
| AddMarker | Adds a marker at the specified coordinate. |
| AddOverlayView | Adds an overlay view for the marker. |
| AddPolygon | Adds a polygon to the map. |
| AddPolyline | Adds a polyline to the map. |
| AddRectangle | Adds a rectangle overlay to the map. |
| Clear | Removes all items from the collection or map layer. |
| ClearClusters | Removes all marker clusters. |
| ClearDirections | Removes all directions items. |
| ClearHeatMaps | Removes all heat map overlays. |
| ClearKMLLayers | Removes all KML layers. |
| ClearOverlayViews | Removes all overlay views. |
| EndUpdate | Finishes an update batch and refreshes dependent map content. |
| GetAddOrUpdateOverlayViewFunction | Returns the add or update overlay view function. |
| GetDeleteOverlayViewFunction | Returns the delete overlay view function. |