mattermoran / map_launcher

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

Google is asking to sign in when clicking on Directions #141

Closed rvharjinderbains closed 1 year ago

rvharjinderbains commented 1 year ago

Google map opened succussfully but it ask to sign in. However I Google map is already SIgned in. Please let me know if there is any solution. flutter_01

mattermoran commented 1 year ago

I think that happens because you have not specified the origin (starting point) and you also have location services disabled so google maps just doesn't know how to show directions. As to why is it asking to login when you already logged in there's nothing this plugin can do about it

rvharjinderbains commented 1 year ago

Ok thank you. I will check it

rvharjinderbains commented 1 year ago

@mattermoran thank you for your response. There was wrong location passed. Now it is working fine