public sealed class GeoCoordinate : IEquatable<GeoCoordinate>
Public NotInheritable Class GeoCoordinate
Implements IEquatable(Of GeoCoordinate)
public ref class GeoCoordinate sealed : IEquatable<GeoCoordinate^>
[<SealedAttribute>]
type GeoCoordinate =
class
interface IEquatable<GeoCoordinate>
end
GeoCoordinate | Initializes a new GeoCoordinate instance. |
IsEmpty | If true, the value of the instance should not be evaluated. |
Latitude | Latitude. |
Longitude | Longitude. |
Uncertainty | The amount of uncertainty in the location as a value in meters, or null if this is not specified. |
AreSamePosition | Compares two GeoCoordinate objects to determine whether both describe the same geographic location. |
Equals(GeoCoordinate) | Indicates whether the current object is equal to another object of the same type. |
Equals(Object) | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(Object)) |
GetHashCode | Serves as the default hash function. (Overrides ObjectGetHashCode) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
IsSamePosition | Indicates whether the current object desribes a geographical location that is equal to that of other. |
ToString | Returns a string that represents the current object. (Overrides ObjectToString) |
TryCreate | Tries to create a new GeoCoordinate instance from the arguments and returns null if the creation fails. |
Equality(GeoCoordinate, GeoCoordinate) | Overloads the equality operator for GeoCoordinate instances. |
Inequality(GeoCoordinate, GeoCoordinate) | Overloads the not-equal-to operator for GeoCoordinate instances. |