Geocoder error when using getFromLocation
- by Ally
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.