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.
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).
Location ( 100; 40 ) takes up to 40 seconds to return the latitude and longitude with an accuracy of 100 meters.