TTMSFNCGoogleMapsKMLLayer Class
Defines one KML layer displayed on the map.
API unit family: TMSFNCGoogleMaps
Inherits from: TCollectionItem
Syntax
TTMSFNCGoogleMapsKMLLayer = class(TCollectionItem)
Properties
| Name | Description |
|---|---|
| DataBoolean | Stores caller-defined Boolean data. True has the caller-defined meaning. |
| DataInteger | Stores caller-defined integer data. |
| DataObject | Stores caller-defined object data. |
| DataPointer | Stores caller-defined pointer data. |
| DataString | Stores caller-defined string data. |
| ID | Returns or stores the generated identifier. |
| Recreate | When True, the item is recreated on the next update. |
| SuppressInfoWindows | When True, KML info windows are suppressed. |
| URL | Specifies the KML layer URL. |
| ZoomToBounds | When True, the map zooms to the KML layer bounds. |