mattermoran / map_launcher

Flutter plugin for launching maps
MIT License
265 stars 125 forks source link

The title is not fully displayed on Google maps #85

Closed Aermberry closed 2 years ago

Aermberry commented 3 years ago

On IOS,when I add a title that includes')', the ')' and subsequent text in the title cannot be displayed.

mattermoran commented 2 years ago

In order to display the title on google maps, we have to construct the URL in a format like q=lat,long(title). That works fine even with extra parentheses on Android but iOS is not able to process it correctly, unfortunately. It seems like it's the issue with google maps on iOS. Nothing this plugin can do. On your side, you can just clean up the title to not include the parentheses.