Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

CoreLocation.SetUpdateLocationEvaluate

Sets the expression evaluated when a new location has been detected.

Component Version macOS Windows Linux Server iOS SDK
CoreLocation 6.2 ✅ Yes ❌ No ❌ No ❌ No ✅ Yes
MBS( "CoreLocation.SetUpdateLocationEvaluate"; Expression )   More

Parameters

Parameter Description Example
Expression The expression to evaluate.
Can be in local language of FileMaker Pro or english.
For Server must always be in english.
"Let ( $$Done = 1 ; 1 )"

Result

Returns OK or error.

Description

Sets the expression evaluated when a new location has been detected.
You can query current location with the other location functions.
You don't need to install this evaluation to read location. You can always simply call location functions to get last known location.

See also

Blog Entries

This function checks for a license.

Created 29th March 2016, last changed 4th April 2018


CoreLocation.SetFailHandler - CoreLocation.SetUpdateLocationHandler