Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Component: CoreLocation
Query location of a macOS and iOS.
See also CLGeocoder functions.
See WindowsLocation functions for Windows.
Version | macOS | Windows | Linux | Server | iOS SDK |
2.7 / 11.1 | ✅ 95% | ❌ No | ❌ No | ❌ No | ✅ Yes |
Item | Details |
---|---|
CoreLocation.ClearFailHandler Clears the script called for errors. | Mac/iOS 2.7 |
CoreLocation.ClearUpdateLocationHandler Clears the script called for new location. | Mac/iOS 2.7 |
CoreLocation.RegionMonitoringAvailable Whether region monitoring is supported on the current device. | Mac/iOS 9.1 |
CoreLocation.RegionMonitoringEnabled Whether region monitoring is currently enabled. | Mac/iOS 9.1 |
CoreLocation.SetFailEvaluate Sets the expression evaluated when CoreLocation wants to report an error. | Mac/iOS 6.2 |
CoreLocation.SetFailHandler Sets the script called when CoreLocation wants to report an error. | Mac/iOS 2.7 |
CoreLocation.SetUpdateLocationEvaluate Sets the expression evaluated when a new location has been detected. | Mac/iOS 6.2 |
CoreLocation.SetUpdateLocationHandler Sets the script called when a new location has been detected. | Mac/iOS 2.7 |
CoreLocation.altitude The altitude measured in meters. | Mac/iOS 2.7 |
CoreLocation.authorizationStatus Returns the app’s authorization status for using location services. | Mac/iOS 9.1 |
CoreLocation.course Returns the direction in which the device is traveling. | Mac/iOS 2.7 |
CoreLocation.description Returns the location data in a formatted text string. | Mac/iOS 2.7 |
CoreLocation.desiredAccuracy The desired accuracy of the location data. | Mac/iOS 2.7 |
CoreLocation.dismissHeadingCalibrationDisplay Dismisses the heading calibration view from the screen immediately. | Mac/iOS 9.1 |
CoreLocation.distanceFilter Queries distance filter setting. | Mac/iOS 2.7 |
CoreLocation.distanceFromLocation Returns the distance (in meters) from the receiver's location to the specified location. | Mac/iOS 2.7 |
CoreLocation.hasLocation Queries whether we have a location. | Mac/iOS 9.4 |
CoreLocation.headingAvailable Whether heading is available. | Mac/iOS 2.7 |
CoreLocation.horizontalAccuracy The radius of uncertainty for the location, measured in meters. | Mac/iOS 2.7 |
CoreLocation.latitude Returns the geographical coordinate information. | Mac/iOS 2.7 |
CoreLocation.locationServicesEnabled Returns a Boolean value indicating whether location services are enabled on the device. | Mac/iOS 2.7 |
CoreLocation.longitude Returns the geographical coordinate information. | Mac/iOS 2.7 |
CoreLocation.purpose An application-provided string that describes the reason for using location services. | Mac/iOS 2.7 |
CoreLocation.requestAlwaysAuthorization Requests permission to use location services whenever the app is running. | iOS 9.1 |
CoreLocation.requestLocation Requests the one-time delivery of the user’s current location. | Mac/iOS 9.1 |
CoreLocation.requestTemporaryFullAccuracyAuthorization Asks for temporary access. | Mac/iOS 11.1 |
CoreLocation.requestWhenInUseAuthorization Requests permission to use location services while the app is in the foreground. | Mac/iOS 9.1 |
CoreLocation.setDesiredAccuracy Sets the desired accuracy of the location data. | Mac/iOS 2.7 |
CoreLocation.setDistanceFilter Sets distance filter. | Mac/iOS 2.7 |
CoreLocation.setPurpose Sets the application-provided string that describes the reason for using location services. | Mac/iOS 2.7 |
CoreLocation.significantLocationChangeMonitoringAvailable Returns a Boolean value indicating whether significant location change tracking is available. | Mac/iOS 2.7 |
CoreLocation.speed The instantaneous speed of the device in meters per second. | Mac/iOS 2.7 |
CoreLocation.startMonitoringSignificantLocationChanges Starts the generation of updates based on significant location changes. | Mac/iOS 2.7 |
CoreLocation.startUpdatingHeading Starts the generation of updates that report the user’s current heading. | Mac/iOS 9.1 |
CoreLocation.startUpdatingLocation Starts the generation of updates that report the user's current location. | Mac/iOS 2.7 |
CoreLocation.stopMonitoringSignificantLocationChanges Stops the delivery of location events based on significant location changes. | Mac/iOS 2.7 |
CoreLocation.stopUpdatingHeading Stops the generation of heading updates. | iOS 9.1 |
CoreLocation.stopUpdatingLocation Stops the generation of location updates. | Mac/iOS 2.7 |
CoreLocation.timestamp Returns the time at which this location was determined. | Mac/iOS 2.7 |
CoreLocation.verticalAccuracy Returns the accuracy of the altitude value in meters. | Mac/iOS 2.7 |
40 functions shown.
These functions require a license (88%).
Release notes
- Version 11.1
- Added CoreLocation.requestLocation for macOS 10.14 or newer.
- Added CoreLocation.requestTemporaryFullAccuracyAuthorization function for iOS.
- Added CoreLocation.requestWhenInUseAuthorization, CoreLocation.startUpdatingHeading and CoreLocation.dismissHeadingCalibrationDisplay for macOS 10.15 or newer.
- Version 10.4
- Added CoreLocation.requestLocation function for macOS.
- Version 9.4
- Added CoreLocation.hasLocation function.
- Version 9.1
- Added more CoreLocation functions for iOS.
- Version 7.5
- Enabled CoreLocation and CLGeocoder functions for iOS.
Blog Entries
- Neues MBS FileMaker Plugin 10.4
- MBS FileMaker Plugin 10.4 - More than 6300 Functions In One Plugin
- macOS Privacy and FileMaker
- MBS FileMaker Plugin, version 9.1pr3
- MBS FileMaker Plugin 7.5 - Über 5000 Funktionen in einem Plugin
- MBS FileMaker Plugin 7.5 - More than 5000 Functions In One Plugin
- MBS FileMaker Plugin, version 7.5pr9
- MBS FileMaker Plugin, version 7.4pr2