You have been redirected from an outdated version of the article. Below is the content available on this topic. To view the old article click here.

geocode()

Usage

geocode(street, city, country)

Description
Returns the geocoding result for the given parameters. See Geocoding Configuration for more information. This method returns a nested object with latitude / longitude that can directly be used in the set() method.

Example

${set(this, geocode(this.street, this.city, this.country))}

Search results for "geocode()"

geocode()

Returns the geocoding result for the given parameters. See Geocoding Configuration for more information. This method returns a nested object with latitude / longitude that can directly be used in the set() method.

geocode(street, city, country)