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(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(String provider, Location loc)
           
 

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



Copyright © 2008-2012. All Rights Reserved.