public class PlaceDetailsRequest extends JavaScriptObject
PlacesService
.Modifier | Constructor and Description |
---|---|
protected |
PlaceDetailsRequest()
use newInstance();
|
Modifier and Type | Method and Description |
---|---|
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.
|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
public static final PlaceDetailsRequest newInstance()
public final void setReference(String reference)
reference
- public final String getReference()
Copyright © 2011-2013 Gone Vertical LLC. All Rights Reserved.