TTMSFNCMapsCoordinateRec Record
Stores a geographic coordinate with optional elevation, time, weight, and user data.
API unit family: TMSFNCMapsCommonTypes
Syntax
TTMSFNCMapsCoordinateRec = record
Fields and properties
| Name | Type | Description |
|---|---|---|
DataObject |
TObject |
Stores caller-defined object data. |
Description |
String |
Stores descriptive text. |
Elevation |
Double |
Stores the elevation value when available. |
HasElevation |
Boolean |
Indicates whether the elevation value is available. |
HasTimeStamp |
Boolean |
Indicates whether the timestamp value is available. |
Latitude |
Double |
Stores the latitude in decimal degrees. |
Longitude |
Double |
Stores the longitude in decimal degrees. |
TimeStamp |
TDateTime |
Stores the timestamp associated with the coordinate. |
Weight |
Double |
Stores the weight used by weighted coordinate features. |