2. Route

Url: https://routing.azmap.az/driving?origin={lon},{lat}&destination={lon},{lat}&key={API_KEY}
Method: POST/GET
Request params:
key: (type: STRING) To get key please contact administrator
origin: (type: STRING) longitude + latitude
destination: (type: STRING) longitude + latitude
Response: (success)
Example: https://routing.azmap.az/driving?origin=49.8134169392,40.4197010292&destination=49.8056009553,40.4117649824&key={API_KEY}

{"origin":{"lon":"49.8134169392","lat":"40.4197010292"},"destination":{"lon":"49.8056009553","lat":"40.4117649824"},"distance":1673.2,"duration":413.9,"polyline":"knuuFgd`oHmByAx@Mv@_DlEjCp@AVP~AeFtBgAdBg@n@Zr@g@fAj@vPx_@rBtIu@\\fDzN"}

3. Geocode

Url: https://search.azmap.az/geocode?lon={lon}&lat={lat}&key={API_KEY}
Method: POST/GET
Request params:
key: (type: STRING) To get key please contact administrator
lon: (type: FLOAT) longitude
lat: (type: FLOAT) latitude
Response: (success)
Example: https://search.azmap.az/geocode?lon=50.0214697601&lat=40.4341501185&key={API_KEY}

{"place_id":"1732d5ff-65a0-4bfb-8219-ae277228bf61","title":"14 İyul (Y.Suraxanı), 1, Bakı","type":"street","name":"14 İyul (Y.Suraxanı)","city":"Bakı","number":"1","coordinates":{"lon":50.0314697601,"lat":40.4341501185},"street":""}
Response: (error)
Example: https://search.azmap.az/geocode?lon=10.97601&lat=10.43185&key={API_KEY}

[]