Reputation: 35
My android app create google location link with longitude and latitude.
If i place it like this.
google.com/maps/@(latitude),(longitude),205m/data=!3m1!1e3
It shows the location in satellite view in browser.
But the location is not marked.Is there any way to make a link which will mark that GPS position we provide in link?
Upvotes: 0
Views: 131
Reputation: 11115
You can query google maps using this URL syntax:
www.google.com/maps/?q=yourlatitude,yourlongitude
Upvotes: 1