mattermoran / map_launcher

Flutter plugin for launching maps
MIT License
259 stars 117 forks source link

showDirections only Preview mode for Google Maps #174

Closed tiagomn closed 3 months ago

tiagomn commented 3 months ago

Hi Guys

I have been facing an issue when launching Google Maps on Android, it only shows Preview mode. There is no "Start" button to start the navigation.

Is it an issue? Because I have an app in Ionic which "Start" works pretty well.

example1

mattermoran commented 3 months ago

It's not a bug. You are passing both starting location and destination that's why you are getting preview option. if you do not pass the origin then it will use your current location in which case you get the actual navigation from your current location

tiagomn commented 3 months ago

Perfect, that's make sense!