Uses of Class
android.location.Location

Packages that use Location
android.location   
 

Uses of Location in android.location
 

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

Methods in android.location that return Location
 Location LocationManager.getLastKnownLocation(java.lang.String provider)
           
 

Methods in android.location with parameters of type Location
 float Location.bearingTo(Location dest)
           
 float Location.distanceTo(Location dest)
           
 void LocationListener.onLocationChanged(Location location)
           
 void Location.set(Location l)
           
 void LocationManager.setTestProviderLocation(java.lang.String provider, Location loc)
           
 

Constructors in android.location with parameters of type Location
Location(Location l)
           
 



Copyright © 2008-2010. All Rights Reserved.