TdxMapControlCustomProjection.GeoPointToMapUnit(TdxMapControlGeoPoint) Method
Converts a specified point defined in geographical coordinates to internal map units.
Declaration
function GeoPointToMapUnit(AGeoPoint: TdxMapControlGeoPoint): TdxPointDouble; virtual;
Parameters
Name | Type |
---|---|
AGeoPoint | TdxMapControlGeoPoint |
Returns
Type |
---|
TdxPointDouble |
See Also