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

/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 80 milliseconds