TTMSFNCLeafletTileLayer Class
Represents a custom Leaflet tile layer.
API unit family: TMSFNCLeaflet
Inherits from: TCollectionItem
Syntax
TTMSFNCLeafletTileLayer = class(TCollectionItem)
Properties
| Name | Description |
|---|---|
| DataBoolean | Stores custom Boolean data associated with the item. When True, the caller-defined flag is set. |
| DataInteger | Stores custom integer data associated with the item. |
| DataObject | Stores a custom object reference associated with the item. |
| DataPointer | Stores custom pointer data associated with the item. |
| DataString | Stores custom string data associated with the item. |
| ID | Returns the generated identifier used for the item in the map script. |
| Opacity | Specifies the tile layer opacity. |
| Params | Configures provider-specific tile layer parameters. |
| Recreate | Specifies whether the item should be recreated on the next update. When True, the item is rebuilt. |
| Source | Specifies the tile layer source type. |
| URL | Specifies the URL template or endpoint used by the tile layer. |