API - Description - Geocoding / Reverse Geo - GET

Support DQE
Support DQE
  • Updated

Geocoding

Header :
https://{SERVER_ADDRESS}/LATLG/?IDVoie={STREET_ID}&Num={NUM}&Pays={COUNTRY_CODE}&Taille={LENGTH}&Instance={VALUE}&Licence={LICENCE_CODE}

Simply replace the elements between braces with your parameters :

Parameter Expected value type Value description Mandatory/Optional
Server address {SERVER_ADDRESS} Address of the DQE server that will process the data Mandatory
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/?Pays={COUNTRY_CODE}&Licence={LICENCE_CODE}&Lat={LATITUDE}&Lon={LONGITUDE}&DistAdr={DISTANCE}

Simply replace the elements between braces with your parameters :

Parameter Expected value type Value description Mandatory/Optional
Server address {SERVER_ADDRESS} the address of the DQE server that will process the data Mandatory
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
Lon {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

Was this article helpful?

0 out of 0 found this helpful