GET_REVERSE_GEOCODE

Get the address based on latitude and longitude coordinates.

icon of Maps and PlacesMaps and Places
Not a big fan of functions?
Use the Actions Wizard to configure any action in Rows without functions.

Parameter List

Syntax
GET_REVERSE_GEOCODE(latlong
[short]
)
lat

The latitude of a location. For example: "41.1579438".

long

The longitude of a location. For example: "-8.6291053000".

[optional] short

Boolean indicating whether to return just the address or not. Choose either:

  • TRUE to get just the address (default)
  • FALSE to get additional information
Selected options:
False
True
More details

If you need an API key for the Google Cloud Platform, follow the step-by-step guide in our forum.

Examples

GET_REVERSE_GEOCODE(40.7127753, -74.0059728) returns "New York City Hall, 11 Centre St, New York, NY 10007, USA"