Skip to main content

TdxMapLayer.GeoPointToMapUnit(TdxMapControlGeoPoint,Boolean) Method

Converts a specified point defined in geographical coordinates to internal map units.

Declaration

function GeoPointToMapUnit(const APoint: TdxMapControlGeoPoint; AShouldNormalize: Boolean = True): TdxPointDouble;

Parameters

Name Type
APoint TdxMapControlGeoPoint
AShouldNormalize Boolean

Returns

Type
TdxPointDouble
See Also