com.google.maps.gwt.client
Class GeocoderGeometry

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

public class GeocoderGeometry
extends JavaScriptObject

Geometry information about this GeocoderResult THIS SOURCE CODE IS GENERATED, DO NOT MODIFY


Constructor Summary
protected GeocoderGeometry()
          Protected constructor avoids default public constructor.
 
Method Summary
 LatLngBounds getBounds()
          The precise bounds of this GeocodeResult , if applicable
 LatLng getLocation()
          The latitude/longitude coordinates of this result
 GeocoderLocationType getLocationType()
          The type of location returned in location
 LatLngBounds getViewport()
          The bounds of the recommended viewport for displaying this GeocodeResult
 void setBounds(LatLngBounds bounds)
          The precise bounds of this GeocodeResult , if applicable
 void setLocation(LatLng location)
          The latitude/longitude coordinates of this result
 void setLocationType(GeocoderLocationType location_type)
          The type of location returned in location
 void setViewport(LatLngBounds viewport)
          The bounds of the recommended viewport for displaying this GeocodeResult
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeocoderGeometry

protected GeocoderGeometry()
Protected constructor avoids default public constructor.

Method Detail

getBounds

public final LatLngBounds getBounds()
The precise bounds of this GeocodeResult , if applicable


getLocation

public final LatLng getLocation()
The latitude/longitude coordinates of this result


getLocationType

public final GeocoderLocationType getLocationType()
The type of location returned in location


getViewport

public final LatLngBounds getViewport()
The bounds of the recommended viewport for displaying this GeocodeResult


setBounds

public final void setBounds(LatLngBounds bounds)
The precise bounds of this GeocodeResult , if applicable


setLocation

public final void setLocation(LatLng location)
The latitude/longitude coordinates of this result


setLocationType

public final void setLocationType(GeocoderLocationType location_type)
The type of location returned in location


setViewport

public final void setViewport(LatLngBounds viewport)
The bounds of the recommended viewport for displaying this GeocodeResult