TdxMapSinglePointItem.Location Property
A geographical point location.
Declaration
property Location: TdxMapControlGeoLocation read; write;
Property Value
Type | Description |
---|---|
TdxMapControlGeoLocation | Contains a geographical point. |
Remarks
Use the Location.Latitude and Location.Longitude properties to position the map item.
See Also