Skip to main content
A newer version of this page is available. .

EllipticalMercatorProjection.GeoPointToMapUnit(GeoPoint) Method

Namespace: DevExpress.UI.Xaml.Map

Assembly: DevExpress.UI.Xaml.Map.v18.2.dll

Declaration

public override MapUnit GeoPointToMapUnit(
    GeoPoint geoPoint
)

Parameters

Name Type Description
geoPoint GeoPoint

A GeoPoint object to be converted.

Returns

Type Description
MapUnit

A MapUnit object containing internal map coordinates.

See Also