Latitude component of location
Returns the latitude component of location as a Decimal
value.
Sample usage
(LAT(HERE()) > 0.0)
specifies the user location is north of the equator.
(LAT(HERE()) = 0.0)
specifies the user location is on the equator.
(LAT(HERE()) < 0.0)
specifies the user location is south of the equator.
Syntax
LAT(where)
-
where
-LatLong
orChangeLocation
value that specifies the location.
See also