Searched defs:Location (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/location/java/android/location/
H A DLocation.java40 public class Location implements Parcelable { class in inherits:Parcelable
108 * Construct a new Location with a named provider.
115 public Location(String provider) { method in class:Location
120 * Construct a new Location object that is copied from an existing one.
122 public Location(Location l) { method in class:Location
129 public void set(Location l) {
423 public float distanceTo(Location dest) {
451 public float bearingTo(Location dest) {
521 * to calculate the age of a fix and to compare Location fixe
[all...]

Completed in 594 milliseconds