public class TransitDetails extends JavaScriptObject
Modifier | Constructor and Description |
---|---|
protected |
TransitDetails()
use newInstance();
|
Modifier and Type | Method and Description |
---|---|
TransitStop |
getArrival_Stop()
The arrival stop of this transit step.
|
Time |
getArrival_Time()
The arrival time of this step, specified as a Time object.
|
TransitStop |
getDeparture_Stop()
The departure stop of this transit step.
|
Time |
getDeparture_Time()
The departure time of this step, specified as a Time object.
|
String |
getHeadsign()
The direction in which to travel on this line, as it is marked on the vehicle or at the departure stop.
|
int |
getHeadway()
The expected number of seconds between equivalent vehicles at this stop.
|
TransitLine |
getLine()
Details about the transit line used in this step.
|
int |
getNum_Stops()
The number of stops on this step.
|
static TransitDetails |
newInstance() |
void |
setArrival_Stop(TransitStop arrivalStop)
The arrival stop of this transit step.
|
void |
setArrival_Time(Time time)
The arrival time of this step, specified as a Time object.
|
void |
setDeparture_Stop(TransitStop departureStop)
The departure stop of this transit step.
|
void |
setDeparture_Time(Time time)
The departure time of this step, specified as a Time object.
|
void |
setHeadsign(String headsign)
The direction in which to travel on this line, as it is marked on the vehicle or at the departure stop.
|
int |
setHeadway(int headway)
The expected number of seconds between equivalent vehicles at this stop.
|
void |
setLine(TransitLine line)
Details about the transit line used in this step.
|
void |
setNum_Stops(int numStops)
The number of stops on this step.
|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
public static final TransitDetails newInstance()
public final void setArrival_Stop(TransitStop arrivalStop)
public final TransitStop getArrival_Stop()
public final void setArrival_Time(Time time)
public final Time getArrival_Time()
public final void setDeparture_Stop(TransitStop departureStop)
public final TransitStop getDeparture_Stop()
public final void setDeparture_Time(Time time)
public final Time getDeparture_Time()
public final void setHeadsign(String headsign)
public final String getHeadsign()
public final int setHeadway(int headway)
public final int getHeadway()
public final void setLine(TransitLine line)
public final TransitLine getLine()
public final void setNum_Stops(int numStops)
public final int getNum_Stops()
Copyright © 2011-2013 GWT Maps API V3. All Rights Reserved.