TTMSFNCCustomLeaflet Class
Implements the shared Leaflet map component behavior.
API unit family: TMSFNCLeaflet
Inherits from: TTMSFNCCustomMaps
Syntax
TTMSFNCCustomLeaflet = class(TTMSFNCCustomMaps)
Methods
| Name | Description |
|---|---|
| AddCircle | Adds a circle to the map. |
| AddHeatMap | Adds a heat map layer to the map. |
| AddMarker | Adds a marker to the map. |
| AddPolygon | Adds a polygon to the map. |
| AddPolyline | Adds a polyline to the map. |
| AddRectangle | Adds a rectangle to the map. |
| AddTileLayer | Adds a custom tile layer to the map. |
| Clear | Removes all items from the collection. |
| ClearHeatMaps | Removes all heat map layers from the map. |
| ClearTileLayers | Removes all custom tile layers from the map. |
| EndUpdate | Ends an update block and applies pending map changes. |