TTMSFNCMapsPopup Class
Describes a popup displayed at a map coordinate.
API unit family: TMSFNCMaps
Inherits from: TPersistent
Syntax
TTMSFNCMapsPopup = class(TPersistent)
Properties
| Name | Description |
|---|---|
| Coordinate | Coordinate associated with the item. |
| ID | Unique identifier assigned to the map element. |
| Latitude | Latitude in decimal degrees. |
| Longitude | Longitude in decimal degrees. |
| OffsetX | Offset X value. |
| OffsetY | Offset Y value. |
| PanMap | Specifies whether opening the popup pans the map into view. Set to True to pan the map. |
| Text | Text value. |