Skip to main content
A newer version of this page is available. .

GeoPoint Members

A geographical point on the map.

Constructors

Name Description
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

Name Description
Empty static Returns a GeoPoint object whose coordinates are not initialized.
IsEmpty Gets a value that indicates whether this GeoPoint object’s coordinates are initialized.
Latitude Gets or sets a latitude value for the current geographical coordinate.
Longitude Gets or sets a longitude value for the current geographical coordinate.

Methods

Name Description
Equals(GeoPoint, GeoPoint) static Determines whether the two specified GeoPoint objects are equal.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current GeoPoint instance.
GetHashCode() Gets the hash code (a number) that corresponds to the value of the current GeoPoint object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
Normalize(GeoPoint) static Normalizes the specified geographical point’s coordinates.
Parse(String) static Converts the string representation of a geographical point to its GeoPoint equivalent.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns the textual representation of the GeoPoint.
ToString(IFormatProvider) Returns the textual representation of the GeoPoint.
See Also