Back to Devexpress

GeoPoint Members

windowsforms-devexpress-dot-xtramap-dot-geopoint-dot-underscore-members.md

latest4.5 KB
Original Source

GeoPoint Members

A geographical point on the map.

Constructors

NameDescription
GeoPoint()Initializes a new instance of the GeoPoint class with default settings.
GeoPoint(Double, Double)Initializes a new instance of the GeoPoint class with the specified latitude and longitude.

Properties

NameDescription
LatitudeGets or sets a latitude value for the current geographical coordinate.
LongitudeGets or sets a longitude value for the current geographical coordinate.

Methods

NameDescription
Compare(CoordPoint, CoordPoint, Double) staticInherited from CoordPoint.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the two specified CoordPoint objects are equal. Inherited from CoordPoint.
GetHashCode()Gets the hash code (a number) that corresponds to the value of the current CoordPoint object. Inherited from CoordPoint.
GetType()Gets the Type of the current instance. Inherited from Object.
GetX()Returns the value of the X coordinate. Inherited from CoordPoint.
GetY()Returns the value of the Y coordinate. Inherited from CoordPoint.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
Normalize(GeoPoint) staticNormalizes the specified geographical point’s coordinates.
Offset(Double, Double)Initializes an instance of a CoordPoint class descendant object offset by specified values.
Parse(String) staticConverts the string representation of a geographical point to its GeoPoint equivalent.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns the textual representation of the CoordPoint. Inherited from CoordPoint.
ToString(IFormatProvider)Returns the textual representation of GeoPoint.

See Also

GeoPoint Class

DevExpress.XtraMap Namespace