>>>>> "T" == TreKing  <[email protected]> writes:

   T> On Thu, Aug 16, 2012 at 4:02 PM, Jake Colman <[email protected]> wrote:
   >> Any idea what I need to do to make sure that my output matches my input?
   >> 

   T> 
http://developer.android.com/reference/android/location/Address.html#setLocality%28java.lang.String%29

   T> outputAddress.setLocality(inputAdress.getLocality());

I'm not sure if my prior reply went through so I'll try again.

I am carrying around a Location object that was created from a
previously created Address object.  I am now calling Geocoder with the
latitude/longitude of the Location object to create a new Address
object.  The new Address object is not identical to the old even though
I used the exact latitude/longitude from the old one.

Why would Geocoder not return an Address object with the same
latitude/longitude as was passed in to its getFromLocation method?

-- 
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

Reply via email to