TTMSFNCMapsEventData Class
Contains data passed to map, marker, poly element, and custom events.
API unit family: TMSFNCMaps
Inherits from: TPersistent
Syntax
TTMSFNCMapsEventData = class(TPersistent)
Properties
| Name | Description |
|---|---|
| Coordinate | Coordinate associated with the item. |
| CustomData | Custom Data value. |
| EventName | Event Name value. |
| ID | Unique identifier assigned to the map element. |
| Marker | Marker value. |
| PolyElement | Poly Element value. |
| X | X value. |
| Y | Y value. |