nilsnolde / routingpy

🌎 Python library to access all public routing, isochrones and matrix APIs in a consistent manner.
https://routingpy.readthedocs.io/en/latest/?badge=latest
Apache License 2.0
272 stars 28 forks source link

Implement HERE Directions v8 #13

Open TimMcCauley opened 4 years ago

phat96 commented 2 years ago

Hi, do we have any updates about this implementation of HERE v8? What can I do to contribute about it?

nilsnolde commented 2 years ago

We don't have any plans of integrating it ourselves unless we'll need it for some client project. I'd be happy to review a PR though if you want to give it a shot. Basically it's about adding a v8 class here, while we could stub a new v7 class to point to the existing class (for backwards-compatibility). Probably needs some re-arranging of some classes like WayPoint depending on whether they could/should be re-used in a v8 integration.