API Diff Specification
To Version: Android SDK 0.9_r1
From Version: Android SDK m5-rc14
Generated 2008.08.14 15:44

Class android.location.Address

Removed Methods
String getRegion() Returns the region of the address, for example "CA" (for California), or null if it is unknown.
void mClearLatitude() Removes any latitude associated with this address.
void mClearLongitude() Removes any longitude associated with this address.
void setRegion(String) Sets the region of the address to the given String, which may be null.
 

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.
 

Changed Methods
void writeToParcel(Parcel, int) Change in signature from Parcel to (Parcel, int).
 
 

©2008 Google - Code Home - Site Terms of Service - Privacy Policy
Generated by JDiff