The methods of the GeoPosition class are listed below. For a complete list of GeoPosition class members, see the GeoPosition Members topic.
Clone | Creates a new object that is a copy of the current instance. |
Equals | Overloaded. Determines whether the specified GeoPosition has the same Latitude, Longitude, Altitude and TimeStamp values as this one. |
Equals (inherited from GeoPoint) | Overloaded. Indicates whether the current object is equal to another GeoPoint object. |
GetDistanceInMeters (inherited from GeoPoint) | Overloaded. Returns the calculated distance in meters, from the current Resco.Geo.GeoPoint to the provided Resco.Geo.GeoPoint. |
GetDistanceTo (inherited from GeoPoint) | Returns the calculated distance, as Resco.Geo.GeoDistance structure, from the current Resco.Geo.GeoPoint to the provided Resco.Geo.GeoPoint. |
GetHashCode | Returns a hash code for this instance. |
GetType (inherited from Object) | Gets the Type of the current instance. |
Move (inherited from GeoPoint) | Overloaded. Returns the new GeoPoint object whose distance from this object is defined by latitudeMovement and longituteMovement parameters. |
ToString (inherited from GeoPoint) | Overloaded. Returns a System.String that represents the current object. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
GeoPosition Class | Resco.Location.GPS Namespace