TransitDeparture (API Reference)
Package com.here.sdk.routing
Class TransitDeparture
java.lang.Object
com.here.sdk.routing.TransitDeparture
This struct holds the transit departure or arrival information.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe accumulated delay in seconds from the scheduled time of the event.The departure or arrival place.Status of the departure.Expected departure or arrival time of the event. -
Constructor Summary
ConstructorsConstructorDescriptionTransitDeparture(RoutePlace place, Date time, Integer delay, TransitDepartureStatus status) Creates a new instance. -
Method Summary
-
Field Details
-
place
The departure or arrival place.
-
time
Expected departure or arrival time of the event.
-
delay
The accumulated delay in seconds from the scheduled time of the event.
-
status
Status of the departure.
-
-
Constructor Details
-
TransitDeparture
public TransitDeparture(@NonNull RoutePlace place, @Nullable Date time, @Nullable Integer delay, @Nullable TransitDepartureStatus status) Creates a new instance.
- Parameters:
place-The departure or arrival place.
time-Expected departure or arrival time of the event.
delay-The accumulated delay in seconds from the scheduled time of the event.
status-Status of the departure.
-
-
Method Details