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

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 updated