|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.location.Geocoder
public final class Geocoder
| Constructor Summary | |
|---|---|
Geocoder(Context context)
|
|
Geocoder(Context context,
Locale locale)
|
|
| Method Summary | |
|---|---|
List<Address> |
getFromLocation(double latitude,
double longitude,
int maxResults)
|
List<Address> |
getFromLocationName(String locationName,
int maxResults)
|
List<Address> |
getFromLocationName(String locationName,
int maxResults,
double lowerLeftLatitude,
double lowerLeftLongitude,
double upperRightLatitude,
double upperRightLongitude)
|
static boolean |
isPresent()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Geocoder(Context context,
Locale locale)
public Geocoder(Context context)
| Method Detail |
|---|
public static boolean isPresent()
public List<Address> getFromLocation(double latitude,
double longitude,
int maxResults)
throws IOException
IOException
public List<Address> getFromLocationName(String locationName,
int maxResults)
throws IOException
IOException
public List<Address> getFromLocationName(String locationName,
int maxResults,
double lowerLeftLatitude,
double lowerLeftLongitude,
double upperRightLatitude,
double upperRightLongitude)
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||