CoreLocation.significantLocationChangeMonitoringAvailable
---------------------------------------------------------

Returns a Boolean value indicating whether significant location change tracking is available.

| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
|---|---|---|---|---|---|---|
| [CoreLocation](component_CoreLocation.md) | [2.7](newinversion27.md) | ✅ Yes | ❌ No | ❌ No | ❌ No | ✅ Yes |

MBS( "CoreLocation.significantLocationChangeMonitoringAvailable" ) ### Parameters

none

### Result

Returns 1 if location change monitoring is available; 0 if it is not.

### Description

Returns a Boolean value indicating whether significant location change tracking is available.  
This method indicates whether the device is able to report updates based on significant location changes only. (Significant location change monitoring primarily involves detecting changes in the cell tower currently associated with the device.) This capability provides tremendous power savings for applications that want to track a user's approximate location and do not need highly accurate position information.  
### Example Databases

- [Mac and iOS/CoreLocation/CoreLocation](https://www.mbsplugins.eu/MBS-FileMaker-Plugin-Examples/Mac%20and%20iOS/CoreLocation/CoreLocation.shtml#1ScriptAnchor_)

### Blog Entries

- [MBS Plugin Quiz](https://www.mbsplugins.de/archive/2021-04-30/MBS_Plugin_Quiz/monkeybreadsoftware_blog_filemaker)

This function checks for a license.

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

  
[CoreLocation.setPurpose](CoreLocationsetPurpose.md) - [CoreLocation.speed](CoreLocationspeed.md)

[HTML Version](CoreLocationsignificantLocationChangeMonitoringAvailable.shtml)