Skip to content

begyy/Yandexmaps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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')
>>> Узбекистан, Ташкент, сквер Амира Темура

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages