NMEA Web Serial
GitHub
Client Vanilla
XState React
XState Vanilla
Preparing search index...
NavigationData
Interface NavigationData
Types for navigation data.
interface
NavigationData
{
time
:
|
{
utc
:
Date
;
local
:
Date
|
null
;
source
:
"GGA"
|
"GLL"
|
"RMC"
|
"ZDA"
|
null
;
}
|
null
;
position
:
|
{
latitude
:
number
;
longitude
:
number
;
source
:
"GGA"
|
"GLL"
|
"RMC"
|
null
;
fixType
?:
|
"none"
|
"delta"
|
"manual"
|
"fix"
|
"pps"
|
"rtk"
|
"frtk"
|
"estimated"
|
"simulation"
;
status
?:
"invalid"
|
"valid"
|
"warning"
;
altitudeMeters
?:
number
;
satellitesInView
?:
number
;
horizontalDilution
?:
number
;
}
|
null
;
speed
:
{
knots
:
number
;
source
:
"RMC"
|
"VTG"
|
null
}
|
null
;
heading
:
|
{
degreesTrue
:
number
;
source
:
"HDG"
|
"HDT"
|
"COG"
|
null
;
isDerived
:
boolean
;
}
|
null
;
depth
:
|
{
meters
:
number
;
source
:
"DBT"
|
"DBK"
|
"DBS"
|
"DPT"
|
null
}
|
null
;
}
Index
Properties
time
position
speed
heading
depth
Properties
time
time
:
|
{
utc
:
Date
;
local
:
Date
|
null
;
source
:
"GGA"
|
"GLL"
|
"RMC"
|
"ZDA"
|
null
;
}
|
null
position
position
:
|
{
latitude
:
number
;
longitude
:
number
;
source
:
"GGA"
|
"GLL"
|
"RMC"
|
null
;
fixType
?:
|
"none"
|
"delta"
|
"manual"
|
"fix"
|
"pps"
|
"rtk"
|
"frtk"
|
"estimated"
|
"simulation"
;
status
?:
"invalid"
|
"valid"
|
"warning"
;
altitudeMeters
?:
number
;
satellitesInView
?:
number
;
horizontalDilution
?:
number
;
}
|
null
speed
speed
:
{
knots
:
number
;
source
:
"RMC"
|
"VTG"
|
null
}
|
null
heading
heading
:
|
{
degreesTrue
:
number
;
source
:
"HDG"
|
"HDT"
|
"COG"
|
null
;
isDerived
:
boolean
;
}
|
null
depth
depth
:
{
meters
:
number
;
source
:
"DBT"
|
"DBK"
|
"DBS"
|
"DPT"
|
null
}
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
time
position
speed
heading
depth
Home
GitHub
Client Vanilla
XState React
XState Vanilla
NMEA Web Serial
Loading...
Types for navigation data.