nchaulet / node-geocoder

nodejs geocoding library
http://nchaulet.github.io/node-geocoder/
MIT License
928 stars 214 forks source link

HERE production endpoint #279

Closed dhritzkiv closed 5 years ago

dhritzkiv commented 5 years ago

Currently, the library's hereGeocoder defaults to the CIT environment for geocoding, and the production environment for reverse geocoding.

This PR introduces an option (production) which consistently uses the correct endpoint for a given server environment.


References:

nchaulet commented 5 years ago

Thanks for the PR