routingpy
routingpy copied to clipboard
Implement HERE Directions v8
Hi, do we have any updates about this implementation of HERE v8? What can I do to contribute about it?
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.