nodejs-yandex-geocoder

1.0.5 • Public • Published

nodejs-yandex-geocoder

Usage

 
var yandexGeocoder = new YandexGeocoder({apiKey: 'YOUR_API_KEY_HERE'});
 
yandexGeocoder.resolve('Пермь, улица Бекетова', (err, collection) => {
    if (err) throw err;
 
    /*    
    collection = [{
        obl: 'Пермский край',
        raion: 'городской округ Пермь',
        place: 'Пермь',
        street: 'улица Бекетова'
    }]
    */
});

Readme

Keywords

Package Sidebar

Install

npm i nodejs-yandex-geocoder

Weekly Downloads

4

Version

1.0.5

License

MIT

Last publish

Collaborators

  • bushev
  • rudimo