Class android.location.Geocoder
Added Methods | |
---|---|
void getFromLocation (double, double, int, GeocodeListener )
|
|
void getFromLocationName (String, int, GeocodeListener )
|
|
void getFromLocationName (String, int, double, double, double, double, GeocodeListener )
|
Changed Methods | ||
---|---|---|
List<Address> getFromLocation (double, double, int )
|
Now deprecated. |
|
List<Address> getFromLocationName (String, int )
|
Now deprecated. |
|
List<Address> getFromLocationName (String, int, double, double, double, double )
|
Now deprecated. |