Geocoordinate.AltitudeAccuracy Property

Definition

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.

Applies to