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: 12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4   13.5    Statistic    FMM    Blog  

CoreLocation.startMonitoringSignificantLocationChanges

Starts the generation of updates based on significant location changes.

Component Version macOS Windows Linux Server iOS SDK
CoreLocation 2.7 ✅ Yes ❌ No ❌ No ❌ No ✅ Yes
MBS( "CoreLocation.startMonitoringSignificantLocationChanges" )

Parameters

none

Result

Returns OK or error.

Description

Starts the generation of updates based on significant location changes.
This method initiates the delivery of location events asynchronously, returning shortly after you call it. Location events are delivered to your didUpdateLocation script. The first event to be delivered is usually the most recently cached location event (if any) but may be a newer event in some circumstances. Obtaining a current location fix may take several additional seconds, so be sure to check the timestamps on the location events in your delegate method.
Your fail script may be called if an error occurs.

See also

This function checks for a license.

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


CoreLocation.speed - CoreLocation.startUpdatingHeading

💬 Ask a question or report a problem