Follow us on GitHub

com.google.gwt.maps.client.services
Class GeocoderGeometry

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

public class GeocoderGeometry
extends JavaScriptObject

Geometry information about this GeocoderResult

See GeocoderGeometry API Doc


Constructor Summary
protected GeocoderGeometry()
          use newInstance();
 
Method Summary
 LatLngBounds getBounds()
          The precise bounds of this GeocodeResult, if applicable
 GeocoderLocationType getLocation_Type()
          The type of location returned in location
 LatLng getLocation()
          The latitude/longitude coordinates of this result
 LatLngBounds getViewPort()
          The bounds of the recommended viewport for displaying this GeocodeResult
static GeocoderGeometry newInstance()
          Geometry information about this GeocoderResult
 void setBounds(LatLngBounds bounds)
          The precise bounds of this GeocodeResult, if applicable
 void setLocation_Type(GeocoderLocationType location_type)
          The type of location returned in location
 void setLocation(LatLng location)
          The latitude/longitude coordinates of this result
 void setViewPort(LatLngBounds viewport)
          The bounds of the recommended viewport for displaying this GeocodeResult
 
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GeocoderGeometry

protected GeocoderGeometry()
use newInstance();

Method Detail

newInstance

public static final GeocoderGeometry newInstance()
Geometry information about this GeocoderResult


setBounds

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

Parameters:
bounds -

getBounds

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


setLocation

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

Parameters:
location -

getLocation

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


setLocation_Type

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

Parameters:
location_type -

getLocation_Type

public final GeocoderLocationType getLocation_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

Parameters:
viewport -

getViewPort

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



Follow us on GitHub

Copyright © 2011-2012 Gone Vertical LLC. All Rights Reserved.