com.google.gwt.maps.client.placeslib.placeresult
Class PlaceResultPeriods

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

public class PlaceResultPeriods
extends JavaScriptObject


Constructor Summary
protected PlaceResultPeriods()
           
 
Method Summary
 PlaceRequestOpens getClose()
          Contains a pair of day and time objects describing when the Place closes.
 PlaceRequestOpens getOpen()
          Contains a pair of day and time objects describing when the Place opens.
 
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

PlaceResultPeriods

protected PlaceResultPeriods()
Method Detail

getClose

public final PlaceRequestOpens getClose()
Contains a pair of day and time objects describing when the Place closes.


getOpen

public final PlaceRequestOpens getOpen()
Contains a pair of day and time objects describing when the Place opens.



Copyright © 2011-2013 GWT Maps API V3. All Rights Reserved.