FileDocCategorySizeDatePackage
IGeocodeProvider.javaAPI DocAndroid 5.1 API5966Sat Mar 14 05:48:10 GMT 2015android.location

IGeocodeProvider

public interface IGeocodeProvider implements android.os.IInterface
An interface for location providers implementing the Geocoder services. {@hide}

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetFromLocation(double latitude, double longitude, int maxResults, android.location.GeocoderParams params, java.util.List addrs)

public java.lang.StringgetFromLocationName(java.lang.String locationName, double lowerLeftLatitude, double lowerLeftLongitude, double upperRightLatitude, double upperRightLongitude, int maxResults, android.location.GeocoderParams params, java.util.List addrs)