|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJavaScriptObject
com.google.maps.gwt.client.GeocoderLocationType
public class GeocoderLocationType
Describes the type of location returned from a geocode. THIS SOURCE CODE IS GENERATED, DO NOT MODIFY
Field Summary | |
---|---|
static GeocoderLocationType |
APPROXIMATE
The returned result is approximate. |
static GeocoderLocationType |
GEOMETRIC_CENTER
The returned result is the geometric center of a result such a line (e.g. |
static GeocoderLocationType |
RANGE_INTERPOLATED
The returned result reflects an approximation (usually on a road) interpolated between two precise points (such as intersections). |
static GeocoderLocationType |
ROOFTOP
The returned result reflects a precise geocode. |
Constructor Summary | |
---|---|
protected |
GeocoderLocationType()
Protected constructor avoids default public constructor. |
Method Summary | |
---|---|
static GeocoderLocationType |
fromValue(java.lang.String value)
Access the enum instance using the underlying value of the type. |
java.lang.String |
getValue()
Access the underlying value of the type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final GeocoderLocationType APPROXIMATE
public static final GeocoderLocationType GEOMETRIC_CENTER
public static final GeocoderLocationType RANGE_INTERPOLATED
public static final GeocoderLocationType ROOFTOP
Constructor Detail |
---|
protected GeocoderLocationType()
Method Detail |
---|
public static final GeocoderLocationType fromValue(java.lang.String value)
public final java.lang.String getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |