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

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

public class PlaceRequestOpens
extends JavaScriptObject


Constructor Summary
protected PlaceRequestOpens()
           
 
Method Summary
 int getDay()
          Day a number from 0–6, corresponding to the days of the week, starting on Sunday.
 int getHours()
           
 int getMinutes()
           
 int getNextDate()
           
 String getTime()
          Time may contain a time of day in 24-hour hhmm format (values are in the range 0000–2359).
 
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

PlaceRequestOpens

protected PlaceRequestOpens()
Method Detail

getDay

public final int getDay()
Day a number from 0–6, corresponding to the days of the week, starting on Sunday. For example, 2 means Tuesday.


getTime

public final String getTime()
Time may contain a time of day in 24-hour hhmm format (values are in the range 0000–2359). The time will be reported in the Place’s timezone.


getHours

public final int getHours()

getMinutes

public final int getMinutes()

getNextDate

public final int getNextDate()


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