|
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.PlaceDetailsRequest
public class PlaceDetailsRequest
A Place details query to be sent to the PlacesService.
| Constructor Summary | |
|---|---|
protected |
PlaceDetailsRequest()
use newInstance(); |
| Method Summary | |
|---|---|
String |
getReference()
The reference of the Place for which details are being requested. |
static PlaceDetailsRequest |
newInstance()
A Place details query to be sent to the PlacesService. |
void |
setReference(String reference)
The reference of the Place for which details are being requested. |
| 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 PlaceDetailsRequest()
| Method Detail |
|---|
public static final PlaceDetailsRequest newInstance()
public final void setReference(String reference)
reference - public final String getReference()
|
Follow us on GitHub |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||