pikaju / flutter-maps-launcher

Simple Flutter package to open the maps application (or browser) on all platforms.
https://pub.dev/packages/maps_launcher
MIT License
61 stars 47 forks source link

how to draw route in iOS apple map? in android google maps, it is showing directions option. but in iOS it is just opening the map only #20

Closed MuraliThangavel closed 1 year ago

atiqsamtia commented 2 years ago

Facing the same issue

kashifniazdev commented 2 years ago

@atiqsamtia @MuraliThangavel Facing the issue, did you guys find any alternative solution? If you guys can share it, It will be a great help.

pikaju commented 1 year ago

My current understanding is that you need to pass a label as the third parameter of launchCoordinates for a pin to show up. #19