android.location.Address Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of android Show documentation
Show all versions of android Show documentation
A library jar that provides APIs for Applications written for the Google Android Platform. The branch tag
that was used to checkout the source from the Git repos was android-2.1_r2.
package android.location;
public class Address
implements android.os.Parcelable
{
public Address(java.util.Locale locale) { throw new RuntimeException("Stub!"); }
public java.util.Locale getLocale() { throw new RuntimeException("Stub!"); }
public int getMaxAddressLineIndex() { throw new RuntimeException("Stub!"); }
public java.lang.String getAddressLine(int index) { throw new RuntimeException("Stub!"); }
public void setAddressLine(int index, java.lang.String line) { throw new RuntimeException("Stub!"); }
public java.lang.String getFeatureName() { throw new RuntimeException("Stub!"); }
public void setFeatureName(java.lang.String featureName) { throw new RuntimeException("Stub!"); }
public java.lang.String getAdminArea() { throw new RuntimeException("Stub!"); }
public void setAdminArea(java.lang.String adminArea) { throw new RuntimeException("Stub!"); }
public java.lang.String getSubAdminArea() { throw new RuntimeException("Stub!"); }
public void setSubAdminArea(java.lang.String subAdminArea) { throw new RuntimeException("Stub!"); }
public java.lang.String getLocality() { throw new RuntimeException("Stub!"); }
public void setLocality(java.lang.String locality) { throw new RuntimeException("Stub!"); }
public java.lang.String getSubLocality() { throw new RuntimeException("Stub!"); }
public void setSubLocality(java.lang.String sublocality) { throw new RuntimeException("Stub!"); }
public java.lang.String getThoroughfare() { throw new RuntimeException("Stub!"); }
public void setThoroughfare(java.lang.String thoroughfare) { throw new RuntimeException("Stub!"); }
public java.lang.String getSubThoroughfare() { throw new RuntimeException("Stub!"); }
public void setSubThoroughfare(java.lang.String subthoroughfare) { throw new RuntimeException("Stub!"); }
public java.lang.String getPremises() { throw new RuntimeException("Stub!"); }
public void setPremises(java.lang.String premises) { throw new RuntimeException("Stub!"); }
public java.lang.String getPostalCode() { throw new RuntimeException("Stub!"); }
public void setPostalCode(java.lang.String postalCode) { throw new RuntimeException("Stub!"); }
public java.lang.String getCountryCode() { throw new RuntimeException("Stub!"); }
public void setCountryCode(java.lang.String countryCode) { throw new RuntimeException("Stub!"); }
public java.lang.String getCountryName() { throw new RuntimeException("Stub!"); }
public void setCountryName(java.lang.String countryName) { throw new RuntimeException("Stub!"); }
public boolean hasLatitude() { throw new RuntimeException("Stub!"); }
public double getLatitude() { throw new RuntimeException("Stub!"); }
public void setLatitude(double latitude) { throw new RuntimeException("Stub!"); }
public void clearLatitude() { throw new RuntimeException("Stub!"); }
public boolean hasLongitude() { throw new RuntimeException("Stub!"); }
public double getLongitude() { throw new RuntimeException("Stub!"); }
public void setLongitude(double longitude) { throw new RuntimeException("Stub!"); }
public void clearLongitude() { throw new RuntimeException("Stub!"); }
public java.lang.String getPhone() { throw new RuntimeException("Stub!"); }
public void setPhone(java.lang.String phone) { throw new RuntimeException("Stub!"); }
public java.lang.String getUrl() { throw new RuntimeException("Stub!"); }
public void setUrl(java.lang.String Url) { throw new RuntimeException("Stub!"); }
public android.os.Bundle getExtras() { throw new RuntimeException("Stub!"); }
public void setExtras(android.os.Bundle extras) { throw new RuntimeException("Stub!"); }
public java.lang.String toString() { throw new RuntimeException("Stub!"); }
public int describeContents() { throw new RuntimeException("Stub!"); }
public void writeToParcel(android.os.Parcel parcel, int flags) { throw new RuntimeException("Stub!"); }
public static final android.os.Parcelable.Creator CREATOR;
static { CREATOR = null; }
}