com.google.gwt.maps.client.geocode
Class GeoAddressAccuracy

java.lang.Object
  extended by com.google.gwt.maps.client.geocode.GeoAddressAccuracy

public final class GeoAddressAccuracy
extends java.lang.Object

These constant values are returned by Placemark.getAccuracy().


Field Summary
static int ADDRESS
           
static int COUNTRY
           
static int INTERSECTION
           
static int POSTAL_CODE
           
static int REGION
           
static int STREET
           
static int SUB_REGION
           
static int TOWN
           
static int UNKNOWN_LOCATION
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNKNOWN_LOCATION

public static final int UNKNOWN_LOCATION
See Also:
Constant Field Values

COUNTRY

public static final int COUNTRY
See Also:
Constant Field Values

REGION

public static final int REGION
See Also:
Constant Field Values

SUB_REGION

public static final int SUB_REGION
See Also:
Constant Field Values

TOWN

public static final int TOWN
See Also:
Constant Field Values

POSTAL_CODE

public static final int POSTAL_CODE
See Also:
Constant Field Values

STREET

public static final int STREET
See Also:
Constant Field Values

INTERSECTION

public static final int INTERSECTION
See Also:
Constant Field Values

ADDRESS

public static final int ADDRESS
See Also:
Constant Field Values