DenisCarriere / geocoder-geojson

Geocoding results in GeoJSON format
https://www.npmjs.com/package/geocoder-geojson
MIT License
21 stars 10 forks source link

api google #11

Open sheyaweidberg opened 7 years ago

sheyaweidberg commented 7 years ago

Is their a way to put in an api key for google. Is there any reason it's not part of Google.Options?

DenisCarriere commented 7 years ago

This library is still under development, this option/feature hasn't been added.

Feel free to send a PR with a fix, you would have to modify a few lines here: https://github.com/DenisCarriere/geocoder-geojson/blob/master/index.js#L111-L128

vasco-santos commented 6 years ago

Hello @DenisCarriere

It was added the key option for google provider but not for the reverse. However, the key option is not available in the last release of this library.

I will create a Pull Request and add the key for the reverse. Can you release a new version afterwards?