var yandexGeocoder = new YandexGeocoder({apiKey: 'YOUR_API_KEY_HERE'});
yandexGeocoder.resolve('Пермь, улица Бекетова', (err, collection) => {
if (err) throw err;
/*
collection = [{
obl: 'Пермский край',
raion: 'городской округ Пермь',
place: 'Пермь',
street: 'улица Бекетова'
}]
*/
});
-
Notifications
You must be signed in to change notification settings - Fork 1
Node.js Yandex geocoder module
License
bushev/nodejs-yandex-geocoder
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Node.js Yandex geocoder module
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published