Lines Matching defs:location

17 package android.location;
31 * A data class representing a geographic location.
33 * <p>A location can consist of a latitude, longitude, timestamp,
64 * Bundle key for a version of the location that has been fed through
65 * LocationFudger. Allows location providers to flag locations as being
73 * Bundle key for a version of the location containing no GPS data.
74 * Allows location providers to flag locations as being safe to
98 * Bit mask for mFieldsMask indicating location is from a mock provider.
130 * <p>By default time, latitude and longitude are 0, and the location
133 * @param provider the name of the provider that generated this location
147 * Sets the contents of the location to the values from the given location.
164 * Clears the contents of the location.
448 * location and the given location. Distance is defined using
451 * @param dest the destination location
468 * location and the given location. The shortest path is defined
472 * @param dest the destination location
511 * location fixes across reboot or across devices.
515 * the system time may have changed since the location was generated.
596 * True if this location has an altitude.
606 * <p>If this location does not have an altitude then 0.0 is returned.
623 * Remove the altitude from this location.
634 * True if this location has a speed.
643 * <p>If this location does not have a speed then 0.0 is returned.
660 * Remove the speed from this location.
671 * True if this location has a bearing.
684 * <p>If this location does not have a bearing then 0.0 is returned.
710 * Remove the bearing from this location.
721 * True if this location has an accuracy.
731 * Get the estimated accuracy of this location, in meters.
734 * words, if you draw a circle centered at this location's
736 * then there is a 68% probability that the true location is inside
739 * <p>In statistical terms, it is assumed that location errors
741 * represents one standard deviation. Note that in practice, location
748 * <p>If this location does not have an accuracy, then 0.0 is returned.
757 * Set the estimated accuracy of this location, meters.
769 * Remove the accuracy from this location.
782 * <p>A location object is currently considered complete if it has
822 * location fix as a Bundle. The keys and values are determined