com.google.gwt.maps.client.geocode
Class GeoAddressAccuracy
java.lang.Object
com.google.gwt.maps.client.geocode.GeoAddressAccuracy
public final class GeoAddressAccuracy
- extends java.lang.Object
These constant values are returned by Placemark.getAccuracy()
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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