am 749afee8: am 1e11e95f: Merge "Add Geocorder.isImplemented()" into kraken

This commit is contained in:
Mike Lockwood
2010-05-24 13:03:22 -07:00
committed by Android Git Automerger
4 changed files with 36 additions and 1 deletions

View File

@@ -1941,6 +1941,10 @@ public class LocationManagerService extends ILocationManager.Stub implements Run
// Geocoder
public Boolean geocoderIsImplemented() {
return mGeocodeProvider != null;
}
public String getFromLocation(double latitude, double longitude, int maxResults,
GeocoderParams params, List<Address> addrs) {
if (mGeocodeProvider != null) {