TdxMapLayer.GeoPointToMapUnit(TdxMapControlGeoPoint,Boolean) Method
In This Article
Converts a specified point defined in geographical coordinates to internal map units.
#Declaration
Delphi
function GeoPointToMapUnit(const APoint: TdxMapControlGeoPoint; AShouldNormalize: Boolean = True): TdxPointDouble;
#Parameters
Name | Type |
---|---|
APoint | Tdx |
AShould |
Boolean |
#Returns
Type |
---|
Tdx |
See Also