OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Geocoder
(Results
1 - 9
of
9
) sorted by null
/frameworks/base/location/java/android/location/
Geocoder.java
41
* 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
{
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) {
89
* Constructs a
Geocoder
whose responses will be localized for the
94
public
Geocoder
(Context context)
[
all
...]
/prebuilt/sdk/11/
android.jar
/prebuilt/sdk/12/
android.jar
/prebuilt/sdk/14/
android.jar
/prebuilt/sdk/4/
android.jar
/prebuilt/sdk/5/
android.jar
/prebuilt/sdk/6/
android.jar
/prebuilt/sdk/8/
android.jar
/prebuilt/sdk/9/
android.jar
Completed in 218 milliseconds