Click or drag to resize

GeoCoordinate Methods

This is preliminary documentation and is subject to change.

The GeoCoordinate type exposes the following members.

Methods
 NameDescription
Public methodEquals(GeoCoordinate)Indicates whether the current object is equal to another object of the same type.
Public methodEquals(Object)Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object))
Public methodGetHashCodeReturns the hash code for this instance.
(Overrides ValueTypeGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodNormalize Normalizes the coordinates, ensuring the current coordinates meets the definition of "normalized coordinates" as specified in IsNormalized.
Public methodOffset Offsets the coordinates by the specified values.
Public methodToStringReturns the fully qualified type name of this instance.
(Overrides ValueTypeToString)
Top
See Also