TransitSectionDetails (API Reference)
Package com.here.sdk.routing
Class TransitSectionDetails
java.lang.Object
com.here.sdk.routing.TransitSectionDetails
Gives the details of a transit section.
-
Field Summary
FieldsModifier and TypeFieldDescriptionContains information about a particular agency.List of required attributions to display.List of tickets to pay for this section of the route.A list of all incidents that apply to the section.All the intermediate stops between departure and destination of this section.Transit transport information. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
transport
Transit transport information.
-
intermediateStops
All the intermediate stops between departure and destination of this section.
-
agency
Contains information about a particular agency.
-
attributions
List of required attributions to display.
-
fares
List of tickets to pay for this section of the route.
Note: Currently, fare information is not supported and the list will be always empty.
-
incidents
A list of all incidents that apply to the section.
-
-
Constructor Details
-
TransitSectionDetails
Creates a new instance.
- Parameters:
agency-Contains information about a particular agency.
-
-
Method Details