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.
Syntax
location(string, number, number)
Return
location
Examples
location(title, latitude, longitude)
To return a location value with a given title, latitude, and longitude.
Result: Stores the location with the given coordinates in the Address location field.
See also
latitude
, which returns the latitude value of a given location field.
longitude
, which returns the longitude of a given location.
Last updated