Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 9.5   10.0   10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2    Statistic    FMM    Blog  

CoreLocation.setDistanceFilter

Sets the minimum distance (measured in meters) a device must move laterally before an update event is generated.

Component Version macOS Windows Linux Server iOS SDK
CoreLocation 2.7 ✅ Yes ❌ No ❌ No ✅ Yes, on macOS ✅ Yes
MBS( "CoreLocation.setDistanceFilter"; value )   More

Parameters

Parameter Description Example
value The distance. Either a number of text "none". 123

Result

Returns OK or error.

Description

Sets the minimum distance (measured in meters) a device must move laterally before an update event is generated.
This distance is measured relative to the previously delivered location. Use the value "none" to be notified of all movements.
The default value of this property is "none".

See also

Created 18th August 2014, last changed 18th August 2014


CoreLocation.setDesiredAccuracy - CoreLocation.setPurpose

Feedback: Report problem or ask question.