Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

hasanozdem1r/Find_Shortest_Distance_from_MKAD

Repository files navigation

Moscow_Ring_Road

Find Nearest point in Moscow Ring Road

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 МКАД

Installation

  1. Install git to your system
  2. Get a free API Key at Yandex Developer's Dashboard
  3. Clone the repository from github
  git clone https://github.com/hasanozdem1r/Find_Shortest_Distance_from_MKAD

API Reference

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

Basic HTTP GET request search by address

  GET https://geocode-maps.yandex.ru/1.x/?apikey=api_key&geocode=given_address

Basic HTTP GET request search by coordinates

  GET https://geocode-maps.yandex.ru/1.x/?apikey=Your API key&geocode=latitude,longitude

Further reading Yandex Geocoder API

Authors

Contributing

Contributions are always welcome!

See contributing.md for ways to get started.

Please adhere to this project's code of conduct.

License

The Unlicense