Geocoding
Header: https://{SERVER_ADDRESS}/LATLG/
The value {SERVER_ADDRESS} is the address of the DQE server that will process the data.
Simply add the parameters below in the Body to «x-www-form-urlencoded»:
Parameter | Expected value type | Value description | Mandatory/Optional |
Licence | {LICENCE_CODE} | Number assigned to you as your license code | Mandatory |
IDVoie | {STREET_ID} | Unique street id (returned by ADR command) | Mandatory |
Num | {NUM} | Number in the street | Mandatory |
Pays | {COUNTRY_CODE} | ISO country code (3 letters) | Mandatory |
Taille | {LENGTH} | Character limit for address. | Optional (if not specified, default is 38) |
Instance | {VALUE} | Allows you to pass a value during the call | Optional |
Reverse Geocoding
Header : https://{SERVER_ADDRESS}/SINGLE/
The value SERVER_ADDRESS is the address of the DQE server that will process the data.
Simply add the following parameters in the Body in "x-www-form-urlencoded":
Parameter | Expected value type | Value description | Mandatory/Optional |
Pays | {COUNTRY_CODE} | Iso code with 3 letters of the country (ex : FRA) | Mandatory |
Licence | {LICENCE_CODE} | the number you were assigned as a license code | Mandatory |
Lat | {LATITUDE} | latitude in decimal 8 digits (DECIMAL(8)) | Mandatory |
Long | {LONGITUDE} | longitude in decimal 8 digits (DECIMAL(8)) | Mandatory |
DistAdr | {DISTANCE} | allows you to define the radius whose center is defined by (X,Y) (in km) | Mandatory |
Related to