Share via


Location.ReducedAccuracy Property

Definition

Gets or sets whether this location has a reduced accuracy reading.

public:
 property bool ReducedAccuracy { bool get(); void set(bool value); };
public bool ReducedAccuracy { get; set; }
member this.ReducedAccuracy : bool with get, set
Public Property ReducedAccuracy As Boolean

Property Value

True if the accuracy is reduced, false if the accuracy is not reduced.

Remarks

This functionality only applies to iOS. Other platforms will always report false.

Applies to