I haven't looked at that part of their code, but you could always check out the Google MyTracks project to see how they do it and how it is different from your version: http://code.google.com/p/mytracks/
On Mar 9, 6:20 pm, Jake Colman <[email protected]> wrote: > I have two apps on my phone, the HTC close and WeatherBug, which both > use current location to display the current location. I also have my > own app that does the same thing. I imagine that we all have to use > similar techniques to display the location name, i.e., get the Location > from the Location Manager and use Geocoder to convert the > latitude/longitude to a place name. > > My app always displays the same value as HTC Clock but the value in > WeatherBug is different and usually more precise. For example, when my > app cannot figure out the name (Geocoder returned null) neither can HTC > Clock. But WeatherBug still can. So is there a better way to use > Geocoder to always get more precise results? > > -- > Jake Colman -- Android Tinkerer -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

