Skip to content
Advertisement

Google Maps having directions doesn’t work on mobile : “No Routes Found”

I wanted to have a map having directions set to a static destination.

From what i saw, i gave a link as follows:

<a href="https://www.google.com/maps?saddr=My+Location&daddr=760+West+Genesee+Street+Syracuse+NY+13204" target="_blank">link</a>

Which opens up a new page with the map.

I haven’t been able to replicate this on mobile (Android/Ios) however. Following error comes up on the mobile: “No Routes Found” .

Can you explain me what am doing wrong?

PS: Am currently using this on a responsive website adding it as a link. I don’t want this embedded either.

Thanks.

Advertisement

Answer

Try changing the URL like the below one. It might help you.

http://maps.google.com/maps?saddr=Current+Location&daddr=Kochi+Kerala+India

Thanks

User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement