Geo |
This is preliminary documentation and is subject to change.
The GeoCoordinate type exposes the following members.
| Name | Description | |
|---|---|---|
| GeoCoordinate(Double, Double) | Initializes a new instance of GeoCoordinate representing a location on the Earth. | |
| GeoCoordinate(Double, Double, Double) | Initializes a new instance of GeoCoordinate representing a location on the Earth. | |
| GeoCoordinate(Double, Double, Double, String) | Initializes a new instance of the GeoCoordinate class |
| Name | Description | |
|---|---|---|
| Dimension | Gets/sets the size of the object. | |
| Globe | Gets/set the globe identifier of the coordinate. | |
| IsEmpty | Gets a value that indicates if all the members in the structure have their uninitialized values. | |
| IsNormalized | Determines whether the current coordinates is normalized. | |
| Latitude | Gets/sets the latitude of the location. | |
| Longitude | Gets/sets the longitude of the location. |
| Name | Description | |
|---|---|---|
| Equals(GeoCoordinate) | Indicates whether the current object is equal to another object of the same type. | |
| Equals(Object) | Indicates whether this instance and a specified object are equal. (Overrides ValueTypeEquals(Object)) | |
| GetHashCode | Returns the hash code for this instance. (Overrides ValueTypeGetHashCode) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| Normalize | Normalizes the coordinates, ensuring the current coordinates meets the definition of "normalized coordinates" as specified in IsNormalized. | |
| Offset | Offsets the coordinates by the specified values. | |
| ToString | Returns the fully qualified type name of this instance. (Overrides ValueTypeToString) |
| Name | Description | |
|---|---|---|
| Earth | The globe identifier of the Earth. | |
| Empty | Gets an GeoCoordinate value with its members uninitialized. |