Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Redirect users to location on google map with coordinates

I've coordinates on a mobile web application. I'm trying to allow the user to click a button so the app will redirect the user to Google Maps with the coordinates.

Can I simply pass in the coordinates as a query string to the google maps url?

like image 332
tommi Avatar asked Nov 03 '11 11:11

tommi


People also ask

How do I track someone on Google Maps without them knowing?

The Bottom Line Google Maps is one of the best solutions for tracking locations, and you can easily check someone else's location. However, it is not possible to know someone's location through Google Maps if you cannot access their phone, and you cannot track their location without their permission.


1 Answers

Yes, like http://maps.google.co.uk/maps?q=51.917168,-0.227051

like image 172
duncan Avatar answered Sep 28 '22 10:09

duncan