public class ReverseGeocoder
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ReverseGeocoder.SetLatLong |
| Modifier and Type | Field and Description |
|---|---|
static int |
EARTH_RADIUS_METERS |
static int |
LAT_MAX |
static int |
LAT_MIN |
static int |
LON_MAX |
static int |
LON_MIN |
| Constructor and Description |
|---|
ReverseGeocoder(android.content.Context context) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
computeAddress(ReverseGeocoder.SetLatLong set) |
android.location.Address |
lookupAddress(double latitude,
double longitude,
boolean useCache) |
static java.lang.String |
readUTF(java.io.DataInputStream dis) |
static void |
writeUTF(java.io.DataOutputStream dos,
java.lang.String string) |
public static final int EARTH_RADIUS_METERS
public static final int LAT_MIN
public static final int LAT_MAX
public static final int LON_MIN
public static final int LON_MAX
public java.lang.String computeAddress(ReverseGeocoder.SetLatLong set)
public android.location.Address lookupAddress(double latitude,
double longitude,
boolean useCache)
public static final void writeUTF(java.io.DataOutputStream dos,
java.lang.String string)
throws java.io.IOException
java.io.IOExceptionpublic static final java.lang.String readUTF(java.io.DataInputStream dis)
throws java.io.IOException
java.io.IOException