Skip to main content

MapControl.MapUnitToCoordPoint(MapUnit) Method

Converts the specified map unit into the corresponding geographical point.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public CoordPoint MapUnitToCoordPoint(
    MapUnit unit
)

Parameters

Name Type Description
unit MapUnit

A MapUnit object to be converted.

Returns

Type Description
CoordPoint

A CoordPoint class descendant object containing coordinates.

See Also