mattermoran/map_launcher

showDirections only Preview mode for Google Maps

Closed this issue · 2 comments

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

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

Perfect, that's make sense!