Chapter 4.1.2 - Geocode All Matches

Geocode All Matches

GeocodeAllMatches accepts a single input address (inputAddress) for geocoding and returns multiple matches:

Key Value
inputAddress [inputAddress] Input Address
Contains a single input address that you want to geocode
matchCount [int] Match Count
Specifies the number of matches to return

Example

<GeocodeAllMatches>
<inputAddress>
// Input Address
<inputAddress>
<matchCount>10</matchCount>
</GeocodeAllMatches>