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