File
Doc
Category
Size
Date
Package
Geocoder.java
API Doc
Android 5.1 API
1001
Sat Mar 14 14:09:42 GMT 2015
android.location
Geocoder
java.lang.Object
public final class Geocoder extends Object
Fields Summary
Constructors Summary
public Geocoder
(
android.content.Context
context,
Locale
locale)
throw new RuntimeException("Stub!");
public Geocoder
(
android.content.Context
context)
throw new RuntimeException("Stub!");
Methods Summary
public
java.util.List
getFromLocation
(
double
latitude,
double
longitude,
int
maxResults)
throw new RuntimeException("Stub!");
public
java.util.List
getFromLocationName
(
java.lang.String
locationName,
int
maxResults)
throw new RuntimeException("Stub!");
public
java.util.List
getFromLocationName
(
java.lang.String
locationName,
int
maxResults,
double
lowerLeftLatitude,
double
lowerLeftLongitude,
double
upperRightLatitude,
double
upperRightLongitude)
throw new RuntimeException("Stub!");
public static
boolean
isPresent
()
throw new RuntimeException("Stub!");
Java Code Source