GEOCODE_GOOGLE

Get the latitude and longitude coordinates for an address.

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

Parameter List

Syntax
GEOCODE_GOOGLE(address
[short]
)
address

The address to be converted. For example: "R. de São Filipe de Nery, 4050-546 Porto".

[optional] short

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

  • TRUE to get just the coordinates
  • FALSE to get additional information (default)
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

GEOCODE_GOOGLE("nyc", TRUE) returns the latitude (40.7127753) and longitude (-74.0059728), for NYC.