Help

Table Of Contents
FILEMAKER PRO HELP 863
LocationValues fetches the location values until the requested accuracy is met or 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, LocationValues returns an empty string.
Note To avoid excessive battery consumption and repeat fetches, specify a larger number for
accuracy and a smaller number for timeout.
Examples
LocationValues returns the following location for a device:
37.406489
-121.983428
0.000000
65
-1
0.001236
Related topics
Functions reference (category list)
Functions reference (alphabetical list)
Location
Number functions
Number functions are used to manipulate numeric data.
Click a function name for details.
This function Returns
Abs The absolute value (a positive number) of a number.
Ceiling A number rounded up to the next integer.
Combination The number of ways to uniquely choose a specified number of items from a set of
specified size.
Div An integer of the specified number divided by the divisor.
Exp The value of the constant e (the base of the natural logarithm, equal to 2.7182818)
raised to the power of a specified number.
Factorial The factorial of a specified number stopping at 1, or at a specified number
factorial.
Floor A number rounded down to the next lower integer.
Int The whole number (integer) part of the value you specify, without rounding.
Lg The base 2 logarithm of the specified number, which can be any positive value.
Ln The base-e (natural) logarithm of the specified number.
Log The common logarithm (base 10) of the specified number, which can be any
positive value.