CLLocationManager.DistanceFilter Property

Definition

The minimum horizontal distance, in meters, the device has to move before issuing a location update.

public virtual double DistanceFilter { [Foundation.Export("distanceFilter")] get; [Foundation.Export("setDistanceFilter:")] set; }
member this.DistanceFilter : double with get, set

Property Value

The default value is P:CoreLocation.CLLocationDistance.None.

Attributes

Remarks

If this value is set to P:CoreLocation.CLLocationDistance.None, the app will receive all location updates.

Applies to