Status Update
Comments
mr...@gmail.com <mr...@gmail.com> #2
Problem solved, Thanks :)
sc...@gmail.com <sc...@gmail.com> #3
To those experiencing this issue, it appears to be a problem with having "saddr=" portion of the URL blank or leaving it off the URL altogether, cross-platform or not, when Google Maps app is closed on iOS 13. I was able to get around this issue (temporarily?) by adding "saddr=My+Location&" to the URL. Not sure how stable that is, since "My+Location" seems weak, but perhaps you can get the lat/lng of your starting point and try something like "saddr={0},{1}&", where {0},{1} is the users current location.
My full string (in C#) is this:
"comgooglemaps://maps.google.com/?saddr=My+Location&daddr={0},{1}&directionsmode=driving "
But, "https://" and "comgooglemapsurl://" work here too.
To the devs, please fix this :)
My full string (in C#) is this:
"comgooglemaps://
But, "https://" and "comgooglemapsurl://" work here too.
To the devs, please fix this :)
Description
URL scheme is not working. For example, I'm using this URL to open directions: comgooglemaps-x-callback://?saddr=&daddr=\(Latitude),\(Longtitude)&directionsmode=driving
What should happen instead?
It should open to the location direction and show the path.
Link to the Demo application[1] that reproduces the problem:
Steps to reproduce the problem:
Note that it's an Arabic app
1. open the app then go the map
2. search for school
3. click on school pin, then click Google icon
Operating system version:
Google Maps SDK for iOS version:
Hardware model:
-------------------------------------------------------------------
[1] You can fork