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
 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-2012. All Rights Reserved.