From dd0d07b251fbbb6bc96ccb07c6354eeec7dd19ad Mon Sep 17 00:00:00 2001 From: Dzmitry Kovalenok <dzm.kov@gmail.com> Date: Wed, 23 Sep 2015 23:17:26 +0300 Subject: [PATCH] Add changes in conditions of use yandex geocoding API to the README See [this post](http://clubs.ya.ru/mapsapi/replies.xml?item_no=58741) and also [documentation](https://tech.yandex.ru/maps/doc/geocoder/desc/concepts/input_params-docpage/) for the details Sorry for unable to provide link to the english version. Seems that changes are not reflected in the [english documentation](https://tech.yandex.com/maps/doc/geocoder/desc/concepts/input_params-docpage/) yet --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b02a9fe..2257cdc7 100644 --- a/README.md +++ b/README.md @@ -464,9 +464,9 @@ The [Google Places Details API](https://developers.google.com/places/documentati #### Yandex (`:yandex`) -* **API key**: none +* **API key**: optional, but without it lookup is territorially limited * **Quota**: 25000 requests / day -* **Region**: world +* **Region**: world with API key. Otherwise restricted to to Russia, Ukraine, Belarus, Kazakhstan, Georgia, Abkhazia, South Ossetia, Armenia, Azerbaijan, Moldova, Turkmenistan, Tajikistan, Uzbekistan, Kyrgyzstan and Turkey * **SSL support**: HTTPS only * **Languages**: Russian, Belarusian, Ukrainian, English, Turkish (only for maps of Turkey) * **Documentation**: http://api.yandex.com.tr/maps/doc/intro/concepts/intro.xml -- GitLab