This documentation is archived and is not being maintained.
GeoCoordinate Methods
Visual Studio 2010
The GeoCoordinate type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equals(GeoCoordinate) | Determines if the GeoCoordinate object is equivalent to the parameter, based solely on latitude and longitude. |
|
Equals(Object) | Determines if a specified GeoCoordinate is equal to the current GeoCoordinate, based solely on latitude and longitude. (Overrides Object::Equals(Object).) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetDistanceTo | Returns the distance between the latitude and longitude coordinates that are specified by this GeoCoordinate and another specified GeoCoordinate. |
|
GetHashCode | Serves as a hash function for the GeoCoordinate. (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 that contains the latitude and longitude. (Overrides Object::ToString().) |
Show: