@LONGITUDE

The LONGITUDE function returns the longitude for a given GPS location. The function takes a single location parameter from which the longitude 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 with devices equipped with a GPS unit, though it will return a longitude value for any valid GPS location value provided. It does not interact with the GPS unit directly.

Parameters

@LONGITUDE (GPS Location)
GPS Location
Required location parameter; contains the GPS location from which the longitude in degrees is calculated by the function.

Supported Return Types

Location