Uses of Class
android.location.Address

Packages that use Address
android.location   
 

Uses of Address in android.location
 

Fields in android.location with type parameters of type Address
static Parcelable.Creator<Address> Address.CREATOR
           
 

Methods in android.location that return types with arguments of type Address
 java.util.List<Address> Geocoder.getFromLocation(double latitude, double longitude, int maxResults)
           
 java.util.List<Address> Geocoder.getFromLocationName(java.lang.String locationName, int maxResults)
           
 java.util.List<Address> Geocoder.getFromLocationName(java.lang.String locationName, int maxResults, double lowerLeftLatitude, double lowerLeftLongitude, double upperRightLatitude, double upperRightLongitude)
           
 



Copyright © 2008-2010. All Rights Reserved.