mattermoran / map_launcher

Flutter plugin for launching maps
MIT License
265 stars 125 forks source link

Add TomTom Go navigation support #125

Closed frankvollebregt closed 2 years ago

frankvollebregt commented 2 years ago

closes #124 contributes to #111

This PR adds support for the TomTom Go navigation app on Android and iOS.

What it does

It uses the /navigate URL on iOS, both for navigation and for showing markers, as no documentation of other URLs could be found.

On Android, it uses the geo intent for showing markers, and the google.navigation URL for navigation.

Limitations

Testing

The marker and directions command were both verified to work on the following devices:

mattermoran commented 2 years ago

Awesome, will update the icon today and make a new release on pub :)

mattermoran commented 2 years ago

This is now available in version 2.3.0 on pub. Sorry for delay, had to update the icon :) Appreciate the help!