Hi, I am new to this forum, however I have found help here many times before, so I am hoping the same happens this time :)
What I would like to do is run a Google Map application on a mobile phone, run the "My Location" feature and get the GPS Co-Ordinates. I would like to do this programmatically.
I could use the built in GPS device, however, in most cases it's about inaccurate by about 20m, which is a bit too much for me. On the other hand, the My Location feature is usually off by a couple of meters (usually less than 5m) which in my case will be enough.
The problem is that I have been looking on the web to see if this can be done. So far, the only way, it seems, that I managed to find to get GPS coordinates from Google Maps is to use some sort of JSP snippet manually.
So basically my question is: Can this be done, and if yes how?
Thanks in advance :)