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

/frameworks/base/location/java/android/location/
H A DAddress.java29 * A class representing an Address, i.e, a set of Strings describing a location.
31 * The addres format is a simplified version of xAL (eXtensible Address Language)
34 public class Address implements Parcelable { class in inherits:Parcelable
60 * Constructs a new Address object set to the given Locale and with all
63 public Address(Locale locale) { method in class:Address
288 * Returns true if a latitude has been assigned to this Address,
298 * @throws IllegalStateException if this Address has not been assigned
325 * Returns true if a longitude has been assigned to this Address,
335 * @throws IllegalStateException if this Address has not been assigned
365 * @throws IllegalStateException if this Address ha
[all...]

Completed in 46 milliseconds