com.google.gwt.maps.client.placeslib.placeresult
Class PlaceResultOpeningHours
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
com.google.gwt.maps.client.placeslib.placeresult.PlaceResultOpeningHours
public class PlaceResultOpeningHours
- extends JavaScriptObject
|
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. |
PlaceResultOpeningHours
protected PlaceResultOpeningHours()
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.