Added Methods
|
void clearLatitude()
|
Removes any latitude associated with this address. |
void clearLongitude()
|
Removes any longitude associated with this address. |
int describeContents()
|
|
String getAdminArea()
|
Returns the administrative area name of the address, for example, "CA", or null if
it is unknown |
String getFeatureName()
|
Returns the feature name of the address, for example, "Golden Gate Bridge", or null
if it is unknown |
String getSubAdminArea()
|
Returns the sub-administrative area name of the address, for example, "Santa Clara County",
or null if it is unknown |
String getThoroughfare()
|
Returns the thoroughfare name of the address, for example, "1600 Ampitheater Parkway",
which may be null |
void setAdminArea(String )
|
Sets the administrative area name of the address to the given String, which may be null |
void setFeatureName(String )
|
Sets the feature name of the address to the given String, which may be null |
void setSubAdminArea(String )
|
Sets the sub-administrative area name of the address to the given String, which may be null |
void setThoroughfare(String )
|
Sets the thoroughfare name of the address, which may be null. |