All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.location.Geocoder Maven / Gradle / Ivy

Go to download

provide android hidden api definition ,helper for android super framework development

There is a newer version: 1.11
Show newest version
package android.location;
public final class Geocoder
{
public  Geocoder(android.content.Context context, java.util.Locale locale) { throw new RuntimeException("Stub!"); }
public  Geocoder(android.content.Context context) { throw new RuntimeException("Stub!"); }
public static  boolean isPresent() { throw new RuntimeException("Stub!"); }
public  java.util.List getFromLocation(double latitude, double longitude, int maxResults) throws java.io.IOException { throw new RuntimeException("Stub!"); }
public  java.util.List getFromLocationName(java.lang.String locationName, int maxResults) throws java.io.IOException { throw new RuntimeException("Stub!"); }
public  java.util.List getFromLocationName(java.lang.String locationName, int maxResults, double lowerLeftLatitude, double lowerLeftLongitude, double upperRightLatitude, double upperRightLongitude) throws java.io.IOException { throw new RuntimeException("Stub!"); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy