|
Follow us on GitHub |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.core.client.JavaScriptObject
com.google.gwt.maps.client.placeslib.PlaceGeometry
public class PlaceGeometry
Defines information about the geometry of a Place.
See PlaceGeometry API Doc
| Constructor Summary | |
|---|---|
protected |
PlaceGeometry()
use newInstance(); |
| Method Summary | |
|---|---|
LatLng |
getLocation()
The Place's position. |
LatLngBounds |
getViewPort()
The preferred viewport when displaying this Place on a map. |
static PlaceGeometry |
newInstance()
Defines information about the geometry of a Place. |
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 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 |
|---|
protected PlaceGeometry()
| Method Detail |
|---|
public static final PlaceGeometry newInstance()
public final void setLocation(LatLng location)
location - public final LatLng getLocation()
public final void setViewPort(LatLngBounds viewport)
viewport - public final LatLngBounds getViewPort()
|
Follow us on GitHub |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||