https://geowebservices.maporama.com/batchcoder.output
Where:
Name | Type | Values | Description | |
---|---|---|---|---|
request | object | The JSON object request payload containing the addresses array. | ||
maporamakey | string | Your account key |
Name | Type | Values | Description | |
---|---|---|---|---|
coder | object | The main object of the JSON request payload containing the addresses array. | ||
encoding | string | e.g. utf-8 | The request encoding charset. | |
addresses | array | The list of addresses to geocode or coordinates to reverse geocoded. | ||
Address item structure.
|
||||
id | string | e.g. 1000 | Item ID. This is a mandatory field. | |
city | string | e.g. ORGEVAL | The City name used for geocoding. | |
countrycode | string | e.g. FR | The Country Code (ISO 3166-2) used for geocoding. This is a mandatory field. | |
latitude | double | e.g. 48.88 | The Latitude to use when reverse geocoding a location. | |
longitude | double | e.g. 2.33 | The Longitude to use when reverse geocoding a location. | |
maxcount | integer | e.g. 20 | The maximum number of results. | |
maxdist | integer | e.g. 20000 | The maximum acceptable distance for a reverse geocoding request (in meters). | |
state | string | e.g. CA | The State Code used for geocoding. | |
street | string | e.g. 1598 ROUTE DE QUARANTE SOUS | The Street Name used for geocoding. | |
zipcode | string | e.g. 78630 | The Zip Code used for geocoding. | |
adm07 | string | e.g. QUEENS | The Administrative division name up to City level | |
adm07code | string | e.g. NY081 | The Administrative division code up to City level | |
adm09 | string | e.g. BRONX | The Administrative division name under the City level | |
adm09code | string | e.g. NY00508510 | The Administrative division code under the City level |