issues
search
openTdataCH
/
ojp-demo-app-src
OJP Demo GUI
https://opentdatach.github.io/ojp-demo-app/
MIT License
13
stars
0
forks
source link
Support for Mono+multimodal journeys GUI
#58
Closed
vasile
closed
2 years ago
vasile
commented
2 years ago
adds
TripLocationPoint
in OJP SDK with
OJP.Location
but also mode transport type and restrictions (min/max duration/distance) to accomodate
stop using
TripMotType
for TripRequest use
TripModeType
: Monomodal, Custom Mode at Start, Custom Mode at End or both
each of the trip mode types can have a different transport mode.
for multi-modal journeys we can set restrictions (min/max for duration/distance) to use the custom mode (shared mobility, walking, own vehicles, etc)
see
#51 New sharing type eScooter
,
#52 Changes for sharing bikes
TripLocationPoint
in OJP SDK withOJP.Location
but also mode transport type and restrictions (min/max duration/distance) to accomodateTripMotType
for TripRequest useTripModeType
: Monomodal, Custom Mode at Start, Custom Mode at End or both