Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 788 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 788 Bytes

Yandexmaps

Downloads Python application

pip install requests
pip install yandexmaps

Example

from yandex_maps import Yandexmaps
yandex = Yandexmaps()
yandex.address('Узбекистан, Ташкент, сквер Амира Темура')
>>> ('69.279737', '41.311273')

yandex.locations(longitude='69.279737', latitude='41.311273')
>>> Oʻzbekiston, Toshkent, Amir Temur xiyoboni
from yandex_maps import Yandexmaps
Yandexmaps(language='ru_RU',api_key='token').locations(longitude='69.279737', latitude='41.311273')
>>> Узбекистан, Ташкент, сквер Амира Темура