Hi,
Are there any best practices for an app to get the same geo location as the Google Maps app?
For example, my app lists nearby Sprockets based on a user's geolocation. Often the geolocation I come up with is different than what the Google Maps app comes up with (which is often more accurate).
We can kind of do this if we have a MapActivity and use MyOverlay - this should give us the same location google maps would show - but we always need to display a map to use this. I'm almost considering just hosting a hidden map on my activity in order to use MyOverlay and grab better location updates! Any more sane way of doing this?
Thanks