Help

Table Of Contents
FILEMAKER PRO HELP 861
Related topics
About functions
About formulas
Location
Purpose
Returns the current latitude and longitude on an iOS device running FileMaker Go. Also returns the
horizontal accuracy of the values returned. The location is obtained via GPS, cellular network, or Wi-
Fi.
Format
Location (accuracy {; timeout})
Parameters
accuracy - any numeric expression or field containing a number that represents a distance in
meters.
timeout - any numeric expression or field containing a number that represents the most time it will
take to fetch the location. Measured in seconds, the default value is 60.
Parameters in curly braces { } are optional.
Data type returned
Text
Originated in
FileMaker Pro 12.0
Description
Returns and caches the location of a device in the format latitude, longitude. You can use
the values that are returned to query map services.
Location fetches the location values until
timeout. If you cancel the process, FileMaker Go returns the most accurate location in the cache
(if any).
If no location is received, FileMaker Go returns an empty string. In FileMaker Pro, Location
returns an empty string.
This function Returns
Location The current latitude and longitude of an iOS device running FileMaker Go and the
horizontal accuracy of the values returned.
LocationValues The current latitude, longitude, and altitude of an iOS device running
FileMaker
Go; the horizontal and vertical accuracy of the values returned; and the
number of minutes since the values were returned.