bramus / react-native-maps-directions

Directions Component for `react-native-maps`
MIT License
1.25k stars 197 forks source link

Support for Here.com #168

Closed bradherman closed 3 years ago

bradherman commented 3 years ago

Does this package automatically support other direction API just by changing the service url?

bramus commented 3 years ago

Most likely not, as it relies on a specific format of the response. This could be solved by extending the package to support formatters/translators between the received JSON and the data it needs.

bradherman commented 3 years ago

that's kind of what I figured... maybe i'll have some time to add a translation layer... until then, cloosing