raptor
Preparing search index...
Trip
Interface Trip<TimeVal, TI>
Description
A Trip, i.e. a succession of stop times.
interface
Trip
<
TimeVal
,
TI
extends
Id
=
Id
>
{
id
:
TI
;
times
:
ArrayRead
<
[
TimeVal
,
TimeVal
]
>
;
}
Type Parameters
TimeVal
TI
extends
Id
=
Id
Index
Properties
id
times
Properties
id
id
:
TI
times
times
:
ArrayRead
<
[
TimeVal
,
TimeVal
]
>
Param: times
Time of arrival & departure at each stop.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
times
raptor
Loading...
Description
A Trip, i.e. a succession of stop times.