A geographical point on the map.
Namespace:DevExpress.Xpf.Map
Assembly:DevExpress.Xpf.Map.v19.2.dll

Syntax
C# |
public class GeoPoint : CoordPoint
|
VB |
Public Class GeoPoint Inherits CoordPoint
|

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

Inheritance Hierarchy
System.Object
CoordPoint
GeoPoint

See Also