Geocoordinate.AltitudeAccuracy Property
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.
The accuracy of the altitude, in meters.
public:
property IReference<double> ^ AltitudeAccuracy { IReference<double> ^ get(); };
IReference<double> AltitudeAccuracy();
public System.Nullable<double> AltitudeAccuracy { get; }
var iReference = geocoordinate.altitudeAccuracy;
Public ReadOnly Property AltitudeAccuracy As Nullable(Of Double)
Property Value
The accuracy of the altitude.
Windows requirements
App capabilities |
location
ID_CAP_LOCATION [Windows Phone]
|
Remarks
This optional property will be set if it is available. If the property is not available, the value will be NULL.