Address

Default parser for processing geo data. This is the most important parser which handles all geo related data.

To learn more about how the data is processed and geocoded see data types section.

Source fields

Every source field has to be assigned to an input value to get processed by the address parser.

Settings

Input values

Coordinates

If only coordinates are defined we will process reverse geocoding only. Otherwise reverse geocoding is used as fallback if forward geocoding fails.

Single line address string

The single line address string should include at leaset street, street number and city information to get a correct result.

Address components

You should at least specify one of the following data:

  • Coordinates (longitude, latitude)

  • Single line address string

  • Address components: One of the street address fields and city or postal code

Retain input coordinates

If set to true the result of the geocoded address will be reseted by the input value. This is useful if your data is more precise than that coming from the geo coder.

Result

Learn more about geocoding and the address output in the data types section.

Last updated