TTMSFNCMapsCoordinateItem Class
Represents one coordinate item in a coordinate collection.
API unit family: TMSFNCMapsCommonTypes
Inherits from: TCollectionItem
Syntax
TTMSFNCMapsCoordinateItem = class(TCollectionItem)
Properties
| Name | Description |
|---|---|
| Coordinate | Specifies the geographic coordinate. |
| 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. |
| Latitude | Specifies the latitude in decimal degrees. |
| Longitude | Specifies the longitude in decimal degrees. |