TTMSFNCMapsMarker Class
Represents a marker displayed at a coordinate on the map.
API unit family: TMSFNCMaps
Inherits from: TCollectionItem
Syntax
TTMSFNCMapsMarker = class(TCollectionItem)
Properties
| Name | Description |
|---|---|
| Coordinate | Coordinate associated with the item. |
| DataBoolean | Custom application data associated with the item. |
| DataInteger | Custom application data associated with the item. |
| DataObject | Custom application data associated with the item. |
| DataPointer | Custom application data associated with the item. |
| DataString | Custom application data associated with the item. |
| DefaultIcon | Default Icon value. |
| ID | Unique identifier assigned to the map element. |
| IconURL | Icon URL value. |
| Latitude | Latitude in decimal degrees. |
| Longitude | Longitude in decimal degrees. |
| Recreate | Specifies whether the item must be recreated on the next map update. Set to True to recreate it. |
| Title | Title value. |
| Visible | Specifies whether the item is displayed on the map. |