In this project, we find the geolocation of the address entered by the user using the Yandex API. Then, using geolocation, we determine the distance and point to the nearest point on the Moscow Ring Road To learn more about Moscow Ring Road МКАД
- Install git to your system
- Get a free API Key at Yandex Developer's Dashboard
- Clone the repository from github
git clone https://github.com/hasanozdem1r/Find_Shortest_Distance_from_MKAD
Get a free API Key at Yandex Developer's Dashboard
Parameter | Type | Description |
---|---|---|
api_key |
string |
Required Your API key |
geocode |
string |
Required address |
format |
string |
Optional xml / JSON |
GET https://geocode-maps.yandex.ru/1.x/?apikey=api_key&geocode=given_address
GET https://geocode-maps.yandex.ru/1.x/?apikey=Your API key&geocode=latitude,longitude
Further reading Yandex Geocoder API
Contributions are always welcome!
See contributing.md for ways to get started.
Please adhere to this project's code of conduct
.