Geocoder error when using getFromLocation

Posted by Ally on Stack Overflow See other posts from Stack Overflow or by Ally
Published on 2010-03-24T23:34:49Z Indexed on 2010/03/24 23:43 UTC
Read the original article Hit count: 620

Filed under:
|
|

I'm trying to get the current address based on long/lat.

I have the following:

Geocoder geocoder = new Geocoder(this);
List<Address> addresses = geocoder.getFromLocation(lat, lng, 1);

However, I get an error: no feature in GLocation

I don't believe this is a permission problem.

© Stack Overflow or respective owner

Related posts about android

Related posts about geocode