Back to Devexpress

GeoPoint Class

wpf-devexpress-dot-xpf-dot-map-ac5ba04a.md

latest4.3 KB
Original Source

GeoPoint Class

A geographical point on the map.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public class GeoPoint :
    CoordPoint
vb
Public Class GeoPoint
    Inherits CoordPoint

The following members return GeoPoint objects:

Show 31 links

Remarks

The GeoPoint structure introduces the GeoPoint.Latitude and GeoPoint.Longitude properties that defines a geographical point on the map.

Inheritance

Object CoordPoint GeoPoint

See Also

GeoPoint Members

DevExpress.Xpf.Map Namespace