mattermoran / map_launcher

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

Google Maps coordinates and title getting concatenated #140

Closed James-A-White closed 1 year ago

James-A-White commented 1 year ago

Many thanks for the great package!

Using the package on IOS 16.1 / iPhone 8 when I pass in coordinates and a title to Google Maps, the two get concatenated with a '/' between them:

So if I pass coords Lat 52.8, Lon 4.4 with a title of 'Test" what I see on my Google Maps app is that it is unable to find the location because it is searching for this string:

52.8,4.4/Test

I'm guessing somehow this is user error because no one else has reported it, but I can't figure out what's going on.

For now, I'm passing an empty string for the title for Google Maps and it works fine.

It works well with Apple Maps and Waze.

I've updated to the latest version of Google Maps.

Thanks!

mattermoran commented 1 year ago

Hey. This is very strange. I just tried on the latest version of google maps and it seems to be working just fine (see video attached)

Can you try to run the example app and see if you get the same issue. If yes then provide version of google maps you are using. I wonder if something has changed there but I doubt.

https://user-images.githubusercontent.com/29712386/213390836-92e1924d-5ccc-4c96-8a05-7ccabe1e4c9c.MP4

mattermoran commented 1 year ago

@James-A-White is this still an issue?

mattermoran commented 1 year ago

I'm going to close this as it seem to be working as expected. Let me know if not