Answer the question
In order to leave comments, you need to log in
What is a free service for geocoding Russian names?
Tell me a service where you can feed the address, and he would give out the latitude and longitude. OpenStreetMaps is not suitable, sometimes it does not find addresses, in whatever format they are transmitted.
Answer the question
In order to leave comments, you need to log in
a service where you can feed an address, and it would give out latitude and longitude
# Пример для подсказок по адресам
curl -X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "Authorization: Token 8c5d6b2cc555ea8eeee27d71a95c6cf48a7d55b2" \
-d '{ "query": "москва хабар", "count": 10 }' \
https://suggestions.dadata.ru/suggestions/api/4_1/rs/suggest/address
data.geo_lat Координаты: широта
data.geo_lon Координаты: долгота
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question