longitude

To return the longitude of a given location value

This function will extract the longitude of an address in a location field as a decimal number.

Syntax

longitude(location)

Return

number

Examples

longitude(myAddress)

Result: 13,3989201 (for Monbijouplatz 5, 10178 Berlinβ€”Ninox office address)

See also

latitude, which returns the latitude value of a given location field.

location, which returns a location value with a given title, latitude, and longitude.

Last updated