Links
Comment on page

latitude

To return the latitude value of a given location value
This function will extract the latitude of an address in a location field as a decimal number.

Syntax

latitude(location)

Return

number

Examples

1
latitude(myAddress)
Result: 52,5235175 (for Monbijouplatz 5, 10178 Berlin—Ninox office address)

See also

location, which returns a location value with a given title, latitude, and longitude.
longitude, which returns the longitude of a given location.
Last modified 1yr ago