com.google.maps.gwt.client.places
Class PlaceGeometry

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

public class PlaceGeometry
extends JavaScriptObject

Defines information about the geometry of a Place. THIS SOURCE CODE IS GENERATED, DO NOT MODIFY


Constructor Summary
protected PlaceGeometry()
          Protected constructor avoids default public constructor.
 
Method Summary
 LatLng getLocation()
          The Place's position.
 LatLngBounds getViewport()
          The preferred viewport when displaying this Place on a map.
 void setLocation(LatLng location)
          The Place's position.
 void setViewport(LatLngBounds viewport)
          The preferred viewport when displaying this Place on a map.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlaceGeometry

protected PlaceGeometry()
Protected constructor avoids default public constructor.

Method Detail

getLocation

public final LatLng getLocation()
The Place's position.


getViewport

public final LatLngBounds getViewport()
The preferred viewport when displaying this Place on a map. This property will be null if the preferred viewport for the Place is not known.


setLocation

public final void setLocation(LatLng location)
The Place's position.


setViewport

public final void setViewport(LatLngBounds viewport)
The preferred viewport when displaying this Place on a map. This property will be null if the preferred viewport for the Place is not known.