Exactly the same way as other providers.
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.
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
Use here
, not Here
.
Bingo !!!
Thank you Anton.
Is this reverse geocoder only available on 4.3?
Here reverse GeoCoder I am talking about
Yes, as far as I know.
v 4.6 working with Here geocode ? I have some problem.
All work.
BTW Anton, new type of authentication is available now API Key, do you have plan inplement of this ?
What is new about it?
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
I see. No plan at this time, but anyone is welcome to send a PR with the implementation.
Hi Anton,
How can i configure my HERE account as my reverse geocoding provider?.
Thank you!