Geocoding GET request
Geocoding with LATLG
Endpoint
GET https://{SERVER_ADDRESS}/LATLG/?IDVoie={STREET_ID}&Num={NUM}&Pays={COUNTRY_CODE}&Taille={LENGTH}&Instance={VALUE}&Licence={LICENCE_CODE}
Replace the values in braces with your own information.
| Parameter | Description | Required |
|---|---|---|
| SERVER_ADDRESS | DQE server address used to process the request. | Yes |
| LICENCE_CODE | Your DQE licence code. | Yes |
| IDVoie | Unique street identifier returned by the ADR command. | Yes |
| Num | Street number. | Yes |
| Pays | ISO 3-letter country code. | Yes |
| Taille | Maximum address length. Default value: 38. | No |
| Instance | Custom value returned in the response. | No |
Reverse geocoding
Endpoint
GET https://{SERVER_ADDRESS}/SINGLE/?Pays={COUNTRY_CODE}&Licence={LICENCE_CODE}&Lat={LATITUDE}&Lon={LONGITUDE}&DistAdr={DISTANCE}
Replace the values in braces with your own information.
| Parameter | Description | Required |
|---|---|---|
| SERVER_ADDRESS | DQE server address used to process the request. | Yes |
| LICENCE_CODE | Your DQE licence code. | Yes |
| Pays | ISO 3-letter country code. | Yes |
| Lat | Latitude in decimal format. | Yes |
| Lon | Longitude in decimal format. | Yes |
| DistAdr | Search radius in kilometers. | Yes |
Related to