|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJavaScriptObject
com.google.maps.gwt.client.places.PlaceGeometry
public class PlaceGeometry
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 |
---|
protected PlaceGeometry()
Method Detail |
---|
public final LatLng getLocation()
public final LatLngBounds getViewport()
public final void setLocation(LatLng location)
public final void setViewport(LatLngBounds viewport)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |