mattermoran / map_launcher

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

In iOS, Origin title is not get displayed in apple map. #116

Closed TharaniP closed 2 years ago

TharaniP commented 2 years ago

In iOS, I am passing originTitle to the showDirections method. but Origin title is not displayed on the apple map. Currently, its displaying as origin on the Bottom sheet and Map. But i want to display the origin title which is same like destination.

Simulator Screen Shot - iPhone 13 Pro - 2022-05-02 at 19 03 19 .

Thanks in advance.

mattermoran commented 2 years ago

@TharaniP well this is pretty epic. I seem to have made a typo 2 years ago and nobody complained before you xD

image
mattermoran commented 2 years ago

Released version 2.2.2 with fix for this :)

TharaniP commented 2 years ago

Thanks for the quick fix.