TTMSFNCMapsCoordinate Class
Represents an editable geographic coordinate object.
API unit family: TMSFNCMapsCommonTypes
Inherits from: TPersistent
Syntax
TTMSFNCMapsCoordinate = class(TPersistent)
Properties
| Name | Description |
|---|---|
| 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. |
| ToRec | Gets or sets the value as a record. |
Events
| Name | Description |
|---|---|
| OnChange | Occurs when the value changes. |