node-geocoder
node-geocoder copied to clipboard
HERE geocoder.reverse returning null as street number
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?
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?
it would be nice if you show backend code so we can see better :)