HI,
  I was facing the same problem then i used the following code to convert
Addresses to Latitude and Longitude. In your case you are using
Locale.ENGLISH. I think use default Locale that may resolve this


 Geocoder geocoder = new Geocoder(this, Locale.getDefault());
        try {
            List<Address> locations = geocoder.getFromLocationName("1600
Amphitheatre
Parkway, Mountain View, CA", 5);

Regards,
manish

----
Manish Kumar
Computer Science and Engineering (2008-2012)
Govt. Model Engineering College
Cochin-21
+919287301035
[email protected]

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