FileDocCategorySizeDatePackage
Geocoder.javaAPI DocAndroid 5.1 API1001Sat Mar 14 14:09:42 GMT 2015android.location

Geocoder

public final class Geocoder extends Object

Fields Summary
Constructors Summary
public Geocoder(android.content.Context context, Locale locale)

 throw new RuntimeException("Stub!"); 
public Geocoder(android.content.Context context)

 throw new RuntimeException("Stub!"); 
Methods Summary
public java.util.ListgetFromLocation(double latitude, double longitude, int maxResults)

 throw new RuntimeException("Stub!"); 
public java.util.ListgetFromLocationName(java.lang.String locationName, int maxResults)

 throw new RuntimeException("Stub!"); 
public java.util.ListgetFromLocationName(java.lang.String locationName, int maxResults, double lowerLeftLatitude, double lowerLeftLongitude, double upperRightLatitude, double upperRightLongitude)

 throw new RuntimeException("Stub!"); 
public static booleanisPresent()

 throw new RuntimeException("Stub!");