mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-16 09:29:49 +00:00
Navitia: Add missing enum values to SectionType.
This commit is contained in:
parent
e71f33ff14
commit
92705c3ab1
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ public abstract class AbstractNavitiaProvider extends AbstractNetworkProvider
|
|||
|
||||
private enum SectionType
|
||||
{
|
||||
CROW_FLY, PUBLIC_TRANSPORT, STREET_NETWORK, TRANSFER, WAITING
|
||||
CROW_FLY, PUBLIC_TRANSPORT, STREET_NETWORK, TRANSFER, WAITING, STAY_IN, ON_DEMAND_TRANSPORT, BSS_RENT, BSS_PUT_BACK, BOARDING, LANDING
|
||||
}
|
||||
|
||||
private enum TransferType
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue