@LATITUDE

The LATITUDE function returns the latitude of a provided GPS location in degrees. The function takes a single location parameter from which the latitude portion of the coordinates is returned. This function will return an invalid decimal value (NaN) if the GPS location parameter is invalid.

This function is primarily intended for use on client devices equipped with GPS units, though it will return a latitude for any valid GPS location value provided. It does not interact with the GPS unit directly.

Parameters

@LATITUDE (GPS Location)
GPS Location
Required location parameter; specifies the GPS location from which the latitude will be calculated. If this is not a valid GPS location value, the function will return an invalid decimal value (NaN).

Supported Return Types

Decimal Number