How configure HERE account for reverser geocoder

Salvador6 years ago

Hi Anton,

How can i configure my HERE account as my reverse geocoding provider?.

Thank you!

Anton Tananaev6 years ago

Exactly the same way as other providers.

Salvador6 years ago

Ok, thank you.

For Here provider we need that configuration

'geocoder.enable'= true
'geocoder.type'= here
'geocoder.id'= HERE app id
'geocoder.key'= HERE app code

You can get ID and KEY for a Javascript project on HERE dashboard.

drako6 years ago

Hello
I've upgraded to 4.3 and I'm trying to get Here for reverser geocoder, but without success.
Below I mention the configuration I set up.
With other providers it works well.
Is there an error or omission that needs to be corrected?

<!--HERE-->
   <entry key='geocoder.type'>Here</entry>
   <entry key='geocoder.url'>https://reverse.geocoder.api.here.com/6.2/reversegeocode.json</entry>
    <entry key='geocoder.id'>jt0qoF3jXXXXXXXXXXXX</entry>
    <entry key='geocoder.key'>jmoBSNPXXXXXXXXXX</entry>

Regards

Anton Tananaev6 years ago

Use here, not Here.

drako6 years ago

Bingo !!!
Thank you Anton.

Tony Peter6 years ago

Is this reverse geocoder only available on 4.3?

Tony Peter6 years ago

Here reverse GeoCoder I am talking about

Anton Tananaev6 years ago

Yes, as far as I know.

Slawek5 years ago

v 4.6 working with Here geocode ? I have some problem.

Slawek5 years ago

All work.

BTW Anton, new type of authentication is available now API Key, do you have plan inplement of this ?

Anton Tananaev5 years ago

What is new about it?

Slawek5 years ago

Now I need generate APP ID and APP CODE or is second way with apikey

https://developer.here.com/documentation/examples/rest/geocoder/reverse-geocode

Anton Tananaev5 years ago

I see. No plan at this time, but anyone is welcome to send a PR with the implementation.