IGeocodeProviderpublic interface IGeocodeProvider implements android.os.IInterfaceAn interface for location providers implementing the Geocoder services.
{@hide} |
Methods Summary |
---|
public java.lang.String | getFromLocation(double latitude, double longitude, int maxResults, android.location.GeocoderParams params, java.util.List addrs)
| public java.lang.String | getFromLocationName(java.lang.String locationName, double lowerLeftLatitude, double lowerLeftLongitude, double upperRightLatitude, double upperRightLongitude, int maxResults, android.location.GeocoderParams params, java.util.List addrs)
|
|