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

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

public class PlaceDetailsRequest
extends JavaScriptObject

A Place details query to be sent to the PlacesService . THIS SOURCE CODE IS GENERATED, DO NOT MODIFY


Constructor Summary
protected PlaceDetailsRequest()
          Protected constructor avoids default public constructor.
 
Method Summary
static PlaceDetailsRequest create()
           
 void setReference(java.lang.String reference)
          The reference of the Place for which details are being requested.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlaceDetailsRequest

protected PlaceDetailsRequest()
Protected constructor avoids default public constructor.

Method Detail

create

public static final PlaceDetailsRequest create()

setReference

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