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.hasLocation
Queries whether we have a location.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
CoreLocation | 9.4 | ✅ Yes | ❌ No | ❌ No | ❌ No | ✅ Yes |
MBS( "CoreLocation.hasLocation" )
Parameters
none
Result
Returns 1 or 0 or error.
Description
Queries whether we have a location.You may need to call CoreLocation.startUpdatingLocation to start getting locations.
See also
- CoreLocation.altitude
- CoreLocation.description
- CoreLocation.latitude
- CoreLocation.longitude
- CoreLocation.requestLocation
- CoreLocation.startUpdatingLocation
Release notes
- Version 9.4
- Added CoreLocation.hasLocation function.
Blog Entries
FileMaker Magazin
This function is free to use.
Created 12nd September 2019, last changed 12nd September 2019
CoreLocation.distanceFromLocation - CoreLocation.headingAvailable
