Follow us on GitHub

com.google.gwt.maps.client.placeslib
Class PlaceDetailsRequest

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by com.google.gwt.maps.client.placeslib.PlaceDetailsRequest

public class PlaceDetailsRequest
extends JavaScriptObject

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

PlaceDetailsRequest

protected PlaceDetailsRequest()
use newInstance();

Method Detail

newInstance

public static final PlaceDetailsRequest newInstance()
A Place details query to be sent to the PlacesService.


setReference

public final void setReference(String reference)
The reference of the Place for which details are being requested.

Parameters:
reference -

getReference

public final String getReference()
The reference of the Place for which details are being requested.



Follow us on GitHub

Copyright © 2011-2012 Gone Vertical LLC. All Rights Reserved.