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

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

public class PlaceResultOpeningHours
extends JavaScriptObject


Constructor Summary
protected PlaceResultOpeningHours()
           
 
Method Summary
 boolean getOpenNow()
          Is a boolean value indicating if the Place is open at the current time.
 JsArray<PlaceResultPeriods> getPeriods()
          Is an array of opening periods covering seven days, starting from Sunday, in chronological order.
 
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

PlaceResultOpeningHours

protected PlaceResultOpeningHours()
Method Detail

getOpenNow

public final boolean getOpenNow()
Is a boolean value indicating if the Place is open at the current time.


getPeriods

public final JsArray<PlaceResultPeriods> getPeriods()
Is an array of opening periods covering seven days, starting from Sunday, in chronological order.



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