operationGeocoding

<operationGeocoding
<geocodingServices
<structuredGeocodingService
id
required
=
string

Id of a geocodingService that will be used for geocoding address data. The geocodingService should be configured for the application and must support the structured or unstructured request type respectively.

batchSize
optional
=
int

Batch size for the geocoding, at most this many addresses will be sent to the geocoder at once for geocoding using this geocoder. Explicit batching for geocoding is disabled for non positive values. The default value is 100.

Default: 100

>
optional
</structuredGeocodingService>
<unstructuredGeocodingService
id
required
=
string

Id of a geocodingService that will be used for geocoding address data. The geocodingService should be configured for the application and must support the structured or unstructured request type respectively.

batchSize
optional
=
int

Batch size for the geocoding, at most this many addresses will be sent to the geocoder at once for geocoding using this geocoder. Explicit batching for geocoding is disabled for non positive values. The default value is 100.

Default: 100

>
optional
</unstructuredGeocodingService>
>
required
</geocodingServices>
<geocodingLimit
>
optional
int

Maximum number of records to be geocoded in one geocoding process, not to be confused with the batch size which is the number of records to be geocoded in one single geocoding request.

Default: 10000

</geocodingLimit>
<attributeMappings
<country
<attributeName
>
optionalmax. unbounded
string

Name of a source attribute which is suggested to be used for a specific geocoding request attribute.

</attributeName>
>
optional
</country>
<federalState
<attributeName
>
optionalmax. unbounded
string

Name of a source attribute which is suggested to be used for a specific geocoding request attribute.

</attributeName>
>
optional
</federalState>
<countrySecondarySubdivision
<attributeName
>
optionalmax. unbounded
string

Name of a source attribute which is suggested to be used for a specific geocoding request attribute.

</attributeName>
>
optional
</countrySecondarySubdivision>
<zipCode
<attributeName
>
optionalmax. unbounded
string

Name of a source attribute which is suggested to be used for a specific geocoding request attribute.

</attributeName>
>
optional
</zipCode>
<city
<attributeName
>
optionalmax. unbounded
string

Name of a source attribute which is suggested to be used for a specific geocoding request attribute.

</attributeName>
>
optional
</city>
<cityDistrict
<attributeName
>
optionalmax. unbounded
string

Name of a source attribute which is suggested to be used for a specific geocoding request attribute.

</attributeName>
>
optional
</cityDistrict>
<street
<attributeName
>
optionalmax. unbounded
string

Name of a source attribute which is suggested to be used for a specific geocoding request attribute.

</attributeName>
>
optional
</street>
<streetNumber
<attributeName
>
optionalmax. unbounded
string

Name of a source attribute which is suggested to be used for a specific geocoding request attribute.

</attributeName>
>
optional
</streetNumber>
<streetNumberSuffix
<attributeName
>
optionalmax. unbounded
string

Name of a source attribute which is suggested to be used for a specific geocoding request attribute.

</attributeName>
>
optional
</streetNumberSuffix>
<freeFormAddress
<attributeName
>
optionalmax. unbounded
string

Name of a source attribute which is suggested to be used for a specific geocoding request attribute.

</attributeName>
>
optional
</freeFormAddress>
>
required
</attributeMappings>
>
required
</operationGeocoding>