Back to Devexpress

LayerBase.MapUnitToGeoPoint(MapUnit) Method

wpf-devexpress-dot-xpf-dot-map-dot-layerbase-dot-mapunittogeopoint-x28-devexpress-dot-xpf-dot-map-dot-mapunit-x29.md

latest1.3 KB
Original Source

LayerBase.MapUnitToGeoPoint(MapUnit) Method

Converts the specified map unit into the corresponding geographical point.

Namespace : DevExpress.Xpf.Map

Assembly : DevExpress.Xpf.Map.v25.2.dll

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public GeoPoint MapUnitToGeoPoint(
    MapUnit unit
)
vb
Public Function MapUnitToGeoPoint(
    unit As MapUnit
) As GeoPoint

Parameters

NameTypeDescription
unitMapUnit

A MapUnit object to be converted.

|

Returns

TypeDescription
GeoPoint

A GeoPoint object containing geographical coordinates.

|

See Also

LayerBase Class

LayerBase Members

DevExpress.Xpf.Map Namespace