GeoCoordinate Methods
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The GeoCoordinate type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equals(GeoCoordinate) | Determines whether the specified GeoCoordinate has the same latitude and longitude values as this one. |
|
Equals(Object) | Determines whether the specified object is a GeoCoordinate that has the same latitude and longitude values as this one. (Overrides Object.Equals(Object).) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
|
GetDistanceTo | Returns the calculated distance, in meters, from the current GeoCoordinate to the provided GeoCoordinate. |
|
GetHashCode | Returns a hash code for this instance. (Overrides Object.GetHashCode().) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString | Returns a string representation of the current GeoCoordinate. (Overrides Object.ToString().) |
Show: