Property Accuracy
| Edit this page View SourceAccuracy
Gets the estimated accuracy of this location, in meters as reported by the system location provider (not NMEA based). Returns NaN if no estimate is available or the active location provider isn't GPS (ie IP/WiFi/Network Provider)
Declaration
public float Accuracy { get; }
Property Value
| Type | Description |
|---|---|
| float |
Remarks
Normally the **GST messages will provide the estimated accuracy, but this is not always exposed as NMEA on Android devices, so this serves as a useful fallback.
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Android | main, v3.0 |
| Xamarin.Android | v2.2, v2.1, v2.0 |