Searched refs:Geocoder (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/location/tests/locationtests/src/android/location/
H A DGeocoderTest.java20 import android.location.Geocoder;
36 Geocoder g = new Geocoder(mContext, locale);
/frameworks/base/location/java/android/location/
H A DGeocoder.java41 * The Geocoder class requires a backend service that is not included in
42 * the core android framework. The Geocoder query methods will return an
44 * isPresent() method to determine whether a Geocoder implementation
47 public final class Geocoder { class
48 private static final String TAG = "Geocoder";
54 * Returns true if the Geocoder methods getFromLocation and
71 * Constructs a Geocoder whose responses will be localized for the
79 public Geocoder(Context context, Locale locale) { method in class:Geocoder
89 * Constructs a Geocoder whose responses will be localized for the
94 public Geocoder(Contex method in class:Geocoder
[all...]

Completed in 49 milliseconds