FileDocCategorySizeDatePackage
Address.javaAPI DocAndroid 5.1 API3962Sat Mar 14 14:09:42 GMT 2015android.location

Address

public class Address extends Object implements android.os.Parcelable

Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
Constructors Summary
public Address(Locale locale)

 throw new RuntimeException("Stub!"); 
Methods Summary
public voidclearLatitude()

 throw new RuntimeException("Stub!"); 
public voidclearLongitude()

 throw new RuntimeException("Stub!"); 
public intdescribeContents()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetAddressLine(int index)

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetAdminArea()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetCountryCode()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetCountryName()

 throw new RuntimeException("Stub!"); 
public android.os.BundlegetExtras()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetFeatureName()

 throw new RuntimeException("Stub!"); 
public doublegetLatitude()

 throw new RuntimeException("Stub!"); 
public java.util.LocalegetLocale()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetLocality()

 throw new RuntimeException("Stub!"); 
public doublegetLongitude()

 throw new RuntimeException("Stub!"); 
public intgetMaxAddressLineIndex()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetPhone()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetPostalCode()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetPremises()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetSubAdminArea()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetSubLocality()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetSubThoroughfare()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetThoroughfare()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetUrl()

 throw new RuntimeException("Stub!"); 
public booleanhasLatitude()

 throw new RuntimeException("Stub!"); 
public booleanhasLongitude()

 throw new RuntimeException("Stub!"); 
public voidsetAddressLine(int index, java.lang.String line)

 throw new RuntimeException("Stub!"); 
public voidsetAdminArea(java.lang.String adminArea)

 throw new RuntimeException("Stub!"); 
public voidsetCountryCode(java.lang.String countryCode)

 throw new RuntimeException("Stub!"); 
public voidsetCountryName(java.lang.String countryName)

 throw new RuntimeException("Stub!"); 
public voidsetExtras(android.os.Bundle extras)

 throw new RuntimeException("Stub!"); 
public voidsetFeatureName(java.lang.String featureName)

 throw new RuntimeException("Stub!"); 
public voidsetLatitude(double latitude)

 throw new RuntimeException("Stub!"); 
public voidsetLocality(java.lang.String locality)

 throw new RuntimeException("Stub!"); 
public voidsetLongitude(double longitude)

 throw new RuntimeException("Stub!"); 
public voidsetPhone(java.lang.String phone)

 throw new RuntimeException("Stub!"); 
public voidsetPostalCode(java.lang.String postalCode)

 throw new RuntimeException("Stub!"); 
public voidsetPremises(java.lang.String premises)

 throw new RuntimeException("Stub!"); 
public voidsetSubAdminArea(java.lang.String subAdminArea)

 throw new RuntimeException("Stub!"); 
public voidsetSubLocality(java.lang.String sublocality)

 throw new RuntimeException("Stub!"); 
public voidsetSubThoroughfare(java.lang.String subthoroughfare)

 throw new RuntimeException("Stub!"); 
public voidsetThoroughfare(java.lang.String thoroughfare)

 throw new RuntimeException("Stub!"); 
public voidsetUrl(java.lang.String Url)

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoString()

 throw new RuntimeException("Stub!"); 
public voidwriteToParcel(android.os.Parcel parcel, int flags)

 throw new RuntimeException("Stub!");