I have an app that uses a MapsActivity, the problem that I'm having is that when I got the realese key from the Android Developer site, the accuracy got a lot worse than with the debug key. When I was using the debug key, its accuracy was almost 100% good. Now my realese app with the realese key shows the location with a minimal error of 15 meters. Moreover, a friend of mine who used the app, told me that it actually showed his location 15 km far from his current position.
Is there any way to improve the Google Maps API's accuracy? Or is there any getLocation method improving it?
Thanks