GeoCoordinate Properties
[ 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 | |
|---|---|---|
|
Altitude | Gets or sets the altitude of the GeoCoordinate in meters. |
|
Course | Gets or sets the heading in degrees, relative to true north. GeoCoordinate. |
|
HorizontalAccuracy | Gets or sets the horizontal accuracy of the GeoCoordinate, in meters. |
|
IsUnknown | Gets a value indicating whether the GeoCoordinate contains any geographic coordinate data. |
|
Latitude | Gets or sets the latitude of the GeoCoordinate. |
|
Longitude | Gets or sets the longitude of the GeoCoordinate. |
|
Speed | Gets the speed of the GeoCoordinate in meters per second. |
|
VerticalAccuracy | Gets or sets the vertical accuracy of the GeoCoordinate, in meters. |
Show: