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

/frameworks/base/location/java/android/location/
H A DAddress.java167 * Returns the locality of the address, for example "Mountain View", or null if it is unknown.
174 * Sets the locality of the address to the given String, which may be null.
176 public void setLocality(String locality) { argument
177 mLocality = locality;
181 * Returns the sub-locality of the address, or null if it is unknown.
182 * For example, this may correspond to the neighborhood of the locality.
189 * Sets the sub-locality of the address to the given String, which may be null.
447 sb.append(",locality=");

Completed in 93 milliseconds