Longitude component of location
Returns the longitude component of location as a Decimal
value.
Sample usage
(LONG(HERE()) > 0.0)
specifies the user location is east of the prime meridian.
(LONG(HERE()) = 0.0)
specifies the user location is on the prime meridian.
(LONG(HERE()) < 0.0)
specifies the user location is west of the prime meridian.
Syntax
LONG(where)
-
where
-LatLong
orChangeLocation
value that specifies the location.