Package | Description |
---|---|
com.google.gwt.maps.client.services |
Modifier and Type | Method and Description |
---|---|
Time |
TransitDetails.getArrival_Time()
The arrival time of this step, specified as a Time object.
|
Time |
DirectionsLeg.getArrival_Time()
An estimated arrival time for this leg.
|
Time |
TransitDetails.getDeparture_Time()
The departure time of this step, specified as a Time object.
|
Time |
DirectionsLeg.getDeparture_Time()
An estimated departure time for this leg.
|
static Time |
Time.newInstance() |
Modifier and Type | Method and Description |
---|---|
void |
TransitDetails.setArrival_Time(Time time)
The arrival time of this step, specified as a Time object.
|
void |
DirectionsLeg.setArrival_Time(Time arrivalTime)
An estimated arrival time for this leg.
|
void |
TransitDetails.setDeparture_Time(Time time)
The departure time of this step, specified as a Time object.
|
void |
DirectionsLeg.setDeparture_Time(Time departureTime)
An estimated departure time for this leg.
|
Copyright © 2011-2013 GWT Maps API V3. All Rights Reserved.