GeoLocation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains optional geographical location information within a sensor fingerprint.
public class GeoLocation
type GeoLocation = class
Public Class GeoLocation
- Inheritance
-
GeoLocation
Remarks
If any of the values are unknown, they should not be set or can be set to NaN.
Constructors
GeoLocation() | |
GeoLocation(IntPtr, Boolean) |
Properties
Altitude |
The altitude of the device in meters. |
HorizontalError |
The horizontal error in meters of the latitude and longitude. This corresponds to the radius of a 68.3% confidence region on the East/North plane. Over many invocations, the true position should be within this number of horizontal meters of the reported position. |
Latitude |
The current latitude of the device in degrees. |
Longitude |
The current longitude of the device in degrees. |
VerticalError |
The vertical error of the altitude in meters. This corresponds to a one-sided 68.3% confidence interval along the Up axis. Over many invocations, the true altitude should be within this number of meters of the reported altitude. |
Methods
ConvertCookieToHandle(UInt64) | |
ConvertHandleToCookie(IntPtr) | |
Finalize() |