com.xtremelabs.robolectric.shadows
Class ShadowAddress
java.lang.Object
com.xtremelabs.robolectric.shadows.ShadowAddress
@Implements(value=android.location.Address.class)
public class ShadowAddress
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShadowAddress
public ShadowAddress()
getLatitude
@Implementation
public double getLatitude()
setLatitude
@Implementation
public void setLatitude(double latitude)
getLongitude
@Implementation
public double getLongitude()
setLongitude
@Implementation
public void setLongitude(double longitude)
setAddressLine
@Implementation
public void setAddressLine(int index,
java.lang.String line)
getAddressLine
@Implementation
public java.lang.String getAddressLine(int index)
setLocality
@Implementation
public void setLocality(java.lang.String locality)
getLocality
@Implementation
public java.lang.String getLocality()
getAdminArea
@Implementation
public java.lang.String getAdminArea()
setAdminArea
@Implementation
public void setAdminArea(java.lang.String adminArea)
getPostalCode
@Implementation
public java.lang.String getPostalCode()
setPostalCode
@Implementation
public void setPostalCode(java.lang.String postalCode)
getCountryCode
@Implementation
public java.lang.String getCountryCode()
setCountryCode
@Implementation
public void setCountryCode(java.lang.String countryCode)