location
To return a location value with a given title, latitude, and longitude
This function returns a location value based on a given latitude and longitude, which can have a random title. This information can be stored in a location field.
location(string, number, number)
location
location(title, latitude, longitude)
To return a location value with a given title, latitude, and longitude.1
Address := location("Ninox Office", 52.5235175, 13.3989201)
Result: Stores the location with the given coordinates in the Address location field.
Last modified 1yr ago