dpa99c / phonegap-launch-navigator

Phonegap/Cordova plugin which launches native route navigation apps for Android, iOS and Windows
369 stars 131 forks source link

TomTom Bridge Device Support #143

Open Emeriko opened 7 years ago

Emeriko commented 7 years ago

This Version of launch navigator supports also TomTom Bridge devices (running with Android OS): https://www.tomtom.com/de_de/business-and-government/bridge/

Documentation was also updated.

dpa99c commented 7 years ago

Thanks for this.

I am reluctant to include the SDK necessary for TomTom Bridge (navappclient.jar) in this plugin since it will then be included with every app using the plugin, even if the majority don't want/need TomTom Bridge support.

It may be possible to create an extension plugin (e.g. phonegap-launch-navigator-tomtombridge) which can be installed in addition to the main plugin and which will add the necessary SDK for TomTom Bridge support. I'll have a think about how this can best be done.

Emeriko commented 7 years ago

Thank you. It would be great! Because our app runs on normal android phones/tablets and also on tomtom bridge devices.