location-samples
location-samples copied to clipboard
Geocoder: getFromLocation --- grpc failed
Geocoder: getFromLocation --- latitude = 28.4241414, longitude = 77.0683885, maxResults = 1
Geocoder: Geocoder getFromLocation --- mService = android.location.ILocationManager$Stub$Proxy@7b6c878, ex = grpc failed, return results = []
public class FetchAddressIntentService extends IntentService { @Override protected void onHandleIntent(Intent intent) { Geocoder geocoder = new Geocoder(getApplicationContext(), Locale.getDefault()); } }