Geocoder icon indicating copy to clipboard operation
Geocoder copied to clipboard

HERE switches to new Geocoding API

Open pschocke opened this issue 4 years ago • 5 comments

Hello, as the documentation for geocoding at HERE states, they switch to a new API:

Note: This service is no longer being actively developed. We will only provide critical fixes for this service in future. Instead, use the new Geocoding and Search API v7 service.

Since it is basically a complete new provider, I've created my own provider based on the exisiting HERE provider. It replaces the old functionality.

What is the plan on this? Both API endpoints provide different data.

I am happy to pr my changes, however, some functionality has changed and because of that, it would be a breaking change.

pschocke avatar Apr 12 '20 23:04 pschocke

Hello @pschocke ,

Thanks for the notice !

A PR is more than welcome ! As long as the current service is available (even though not developed anymore), I would keep our provider available (tagged version 0.x). If your provider is merged it could become version 1.x.

@Nyholm @atymic What do you think ?

jbelien avatar Apr 13 '20 06:04 jbelien

Hey, just wanted to ask what’s the best approach is to send this pr. Should I send it to the standalone package or to this package?

Thanks!

pschocke avatar Apr 19 '20 08:04 pschocke

Let's start simple. Update the readme with your package to show that it exists.

Nyholm avatar Apr 19 '20 08:04 Nyholm

Maybe also have a look at #1041 and #1042

jbelien avatar Apr 19 '20 12:04 jbelien

Should I send it to the standalone package or to this package?

All the PR have to be send here in the main repository !

jbelien avatar Apr 19 '20 12:04 jbelien