com.google.maps.gwt.client
Class GeocoderLocationType

java.lang.Object
  extended by JavaScriptObject
      extended by com.google.maps.gwt.client.GeocoderLocationType

public class GeocoderLocationType
extends JavaScriptObject

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

APPROXIMATE

public static final GeocoderLocationType APPROXIMATE
The returned result is approximate.


GEOMETRIC_CENTER

public static final GeocoderLocationType GEOMETRIC_CENTER
The returned result is the geometric center of a result such a line (e.g. street) or polygon (region).


RANGE_INTERPOLATED

public static final GeocoderLocationType RANGE_INTERPOLATED
The returned result reflects an approximation (usually on a road) interpolated between two precise points (such as intersections). Interpolated results are generally returned when rooftop geocodes are unavilable for a street address.


ROOFTOP

public static final GeocoderLocationType ROOFTOP
The returned result reflects a precise geocode.

Constructor Detail

GeocoderLocationType

protected GeocoderLocationType()
Protected constructor avoids default public constructor.

Method Detail

fromValue

public static final GeocoderLocationType fromValue(java.lang.String value)
Access the enum instance using the underlying value of the type.


getValue

public final java.lang.String getValue()
Access the underlying value of the type.