Android Google maps co-ordinates
Posted
by Scoobler
on Stack Overflow
See other posts from Stack Overflow
or by Scoobler
Published on 2010-05-11T06:29:25Z
Indexed on
2010/05/11
6:34 UTC
Read the original article
Hit count: 244
android
|google-maps
I have an app which stores co-ordinates. I am using Google maps to show the location to allow full use of the maps app. I am using the intent call and placing the co-ordinates in the q=xxxxxxxxx,xxxxxxxxx part.
This works, however when Google maps shows the location it often finds a point on the road, sometimes a little distance from the actual co-ordinates.
Is there a way to get maps to show the actual point?
© Stack Overflow or respective owner