Sports Lib API - v17.3.0
GitHub
npm
Preparing search index...
API
RouteStreamInterface
Interface RouteStreamInterface
A route stream is indexed by route point, not by elapsed activity seconds.
interface
RouteStreamInterface
{
type
:
string
;
getData
(
onlyNumeric
?:
boolean
,
filterInfinity
?:
boolean
)
:
(
number
|
null
)
[]
;
getStreamDataByIndex
(
onlyNumeric
?:
boolean
,
filterInfinity
?:
boolean
,
)
:
RouteStreamDataItem
[]
;
isExportable
()
:
boolean
;
setData
(
data
:
(
number
|
null
)
[]
)
:
this
;
toJSON
()
:
StreamJSONInterface
;
}
Hierarchy (
View Summary
)
SerializableClassInterface
RouteStreamInterface
Implemented by
RouteStream
Index
Properties
type
Methods
get
Data
get
Stream
Data
By
Index
is
Exportable
set
Data
to
JSON
Properties
type
type
:
string
Methods
get
Data
getData
(
onlyNumeric
?:
boolean
,
filterInfinity
?:
boolean
)
:
(
number
|
null
)
[]
Parameters
Optional
onlyNumeric
:
boolean
Optional
filterInfinity
:
boolean
Returns (
number
|
null
)
[]
get
Stream
Data
By
Index
getStreamDataByIndex
(
onlyNumeric
?:
boolean
,
filterInfinity
?:
boolean
,
)
:
RouteStreamDataItem
[]
Parameters
Optional
onlyNumeric
:
boolean
Optional
filterInfinity
:
boolean
Returns
RouteStreamDataItem
[]
is
Exportable
isExportable
()
:
boolean
Returns
boolean
set
Data
setData
(
data
:
(
number
|
null
)
[]
)
:
this
Parameters
data
: (
number
|
null
)
[]
Returns
this
to
JSON
toJSON
()
:
StreamJSONInterface
Returns
StreamJSONInterface
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
type
Methods
get
Data
get
Stream
Data
By
Index
is
Exportable
set
Data
to
JSON
GitHub
npm
Sports Lib API - v17.3.0
Loading...
A route stream is indexed by route point, not by elapsed activity seconds.