We have created an excel speadsheet that contains addresses, gps: Long, Lat etc. We have a URL that then generates a Google map. This works really well on our PC, but if we try it on an Android smartphone we only get the first three stops. i.e Start point + 2 stops. It makes the 2nd stop as the end point even though there are several more stops in the route.
We have already tried disabling google maps app so that it looks for Google maps web instead. But this makes no difference.
If we copy the map link from the PC (after it is created), send it to the phone, then it can open it, it all opens fine. It seems to be an issue with how Android opens the URL?
Copy of our formula is below:
=HYPERLINK(“https://www.google.com/maps/dir/”&$E$2&”/”&D6&”/”&D7&”/”&D8&”/”&D9&”/”&D10&”/”&D11&”/”&D12&”/”&D13&”/”&D14&”/”&D15;”Map”)
Also tried via an Android Tablet, result’s still the same.
Any help or suggestions would be most welcome.
Thank You.
we have tried a few different option, some info from here:
https://developers.google.com/maps/documentation/urls/get-started
But have so far not succeeded. It is important to understand that I am a relative tech novice, so please try to explain any answers in a very simple way.
thanks
Mr GE is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.