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

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

public class PlaceEvent
extends JavaScriptObject

Represents a single place's event. THIS SOURCE CODE IS GENERATED, DO NOT MODIFY


Constructor Summary
protected PlaceEvent()
          Protected constructor avoids default public constructor.
 
Method Summary
static PlaceEvent create()
           
 double getDuration()
          Event's duration, in seconds.
 java.lang.String getEventId()
          Event's id.
 double getStartTime()
          Event's starting time, expressed in seconds since epoch (UTC).
 java.lang.String getSummary()
          Summary of the event.
 java.lang.String getUrl()
          URL pointing to event's details.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlaceEvent

protected PlaceEvent()
Protected constructor avoids default public constructor.

Method Detail

create

public static final PlaceEvent create()

getDuration

public final double getDuration()
Event's duration, in seconds.


getEventId

public final java.lang.String getEventId()
Event's id.


getStartTime

public final double getStartTime()
Event's starting time, expressed in seconds since epoch (UTC).


getSummary

public final java.lang.String getSummary()
Summary of the event.


getUrl

public final java.lang.String getUrl()
URL pointing to event's details.