| Package | Description |
|---|---|
| android.location |
| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<Address> |
Address.CREATOR |
| Modifier and Type | Method and Description |
|---|---|
List<Address> |
Geocoder.getFromLocation(double latitude,
double longitude,
int maxResults) |
List<Address> |
Geocoder.getFromLocationName(String locationName,
int maxResults) |
List<Address> |
Geocoder.getFromLocationName(String locationName,
int maxResults,
double lowerLeftLatitude,
double lowerLeftLongitude,
double upperRightLatitude,
double upperRightLongitude) |
Copyright © 2008-2013. All Rights Reserved.