Search
Preparing search index...
@signalk/server-api
CourseInfo
Interface CourseInfo
interface
CourseInfo
{
activeRoute
:
null
|
ActiveRoute
;
arrivalCircle
:
number
;
nextPoint
:
|
null
|
{
position
:
Position
;
type
:
CoursePointType
;
href
?:
string
}
;
previousPoint
:
|
null
|
{
position
:
Position
;
type
:
CoursePointType
;
href
?:
string
}
;
startTime
:
null
|
string
;
targetArrivalTime
:
null
|
string
;
}
Index
Properties
active
Route
arrival
Circle
next
Point
previous
Point
start
Time
target
Arrival
Time
Properties
active
Route
activeRoute
:
null
|
ActiveRoute
arrival
Circle
arrivalCircle
:
number
next
Point
nextPoint
:
null
|
{
position
:
Position
;
type
:
CoursePointType
;
href
?:
string
}
previous
Point
previousPoint
:
|
null
|
{
position
:
Position
;
type
:
CoursePointType
;
href
?:
string
}
start
Time
startTime
:
null
|
string
target
Arrival
Time
targetArrivalTime
:
null
|
string
On This Page
Properties
active
Route
arrival
Circle
next
Point
previous
Point
start
Time
target
Arrival
Time
Signal K
Loading...