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.Geocoder

Removed Constructors
android.location(Locale) Constructs a Geocoder whose responses will be localized for the given Locale.
android.location() Constructs a Geocoder whose responses will be localized for the default system Locale.
 

Added Constructors
Geocoder(Context) Constructs a Geocoder whose responses will be localized for the default system Locale.
Geocoder(Context, Locale) Constructs a Geocoder whose responses will be localized for the given Locale.
 

Removed Methods
Address[] getFromBusinessName(String, double, double, double, double) Returns an array of Addresses that are known to describe the named location, which may be the name of a business or a description such as "pizza in new york city".
Address[] getFromLocationName(String, double, double, double, double) 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..
 

Added Methods
List<Address> getFromLocationName(String, int) 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, int, double, double, double, double) 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, double, int) 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
Generated by JDiff