The following code:

Geocoder g = new Geocoder(this);
List<Address> la = g.getFromLocation(51 , 0, 1);

Returns a list with one Address: somewhere at Greenwich UK.
This method starts with a HTTP post to "http://www.google.com/loc/m/
api". The data sent is a binary file almost readable, and the response
is also binary but much more difficult to understand. I couldn't
realize how the Android.JAR does the conversion from binary to
plaintext, and I need to mymic this method.

Anyone can help?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Android Discuss" 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-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to