I have a small application that gives the current location: longitude and latitude. Now I have to browse to google maps with the longitude and latitude. Please suggest how I can do this.
The best way is to use q parameter so that it displays the map with the point marked. eg.:
q
https://maps.google.com/?q=<lat>,<lng>
2.1m questions
2.1m answers
60 comments
57.0k users