API Diff Specification | |
To Version: | Android SDK 0.9_r1 |
From Version: | Android SDK m5-rc14 |
Generated | 2008.08.14 15:44 |
Added Constructors | |
---|---|
Context ) |
Constructs a Geocoder whose responses will be localized for the default system Locale. |
Context, |
Constructs a Geocoder whose responses will be localized for the given Locale. |
Added Methods | |
---|---|
List<Address> getFromLocationName(String, |
Returns an array of Addresses that are known to describe the named location, which may be a place name such as "Dalvik, Iceland", an address such as "1600 Amphitheatre Parkway, Mountain View, CA", an airport code such as "SFO", etc.. |
List<Address> getFromLocationName(String, |
Returns an array of Addresses that are known to describe the named location, which may be a place name such as "Dalvik, Iceland", an address such as "1600 Amphitheatre Parkway, Mountain View, CA", an airport code such as "SFO", etc.. |
Changed Methods | ||
---|---|---|
List<Address> getFromLocation(double, |
Change in return type from Address[] to List<Address> .Change in signature from ( double, double ) to (double, double, int ). |
Returns an array of Addresses that are known to describe the area immediately surrounding the given latitude and longitude. |
©2008 Google - Code Home - Site Terms of Service - Privacy Policy |