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
107 * Construct a new Location with a named provider.
114 public Location(String provider) { method in class:Location
119 * Construct a new Location object that is copied from an existing one.
121 public Location(Location l) { method in class:Location
128 public void set(Location l) {
420 public float distanceTo(Location dest) {
448 public float bearingTo(Location dest) {
518 * to calculate the age of a fix and to compare Location fixe
[all...]

Completed in 6 milliseconds