nchaulet / node-geocoder

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

HERE geocoder.reverse returning null as street number #285

Open bpotocnak96 opened 4 years ago

bpotocnak96 commented 4 years ago

Hello, I have a problem with function geocoder.reverse with HERE provider. Everything is OK, but Street number is always null. Is there any way how can I fix it?

Snímka obrazovky 2019-12-17 o 20 31 48
cesar82 commented 4 years ago

Also, Here provide is removing the APP_ID and APP_CODE, they are recommending to use API KEY or OAuth2.0 (JSON Web Token)

Are you planning to update the authentication here? it would be great if you can do it.

https://developer.here.com/documentation/authentication/dev_guide/topics/app-credentials.html

@bpotocnak96 are you using app_id and app_code right?

samuk190 commented 4 years ago

it would be nice if you show backend code so we can see better :)