Sports Lib API - v17.3.0
GitHub
npm
Preparing search index...
API
RouteWaypointInterface
Interface RouteWaypointInterface
interface
RouteWaypointInterface
{
altitude
?:
number
|
null
;
comment
?:
string
|
null
;
description
?:
string
|
null
;
distance
?:
number
|
null
;
extensions
?:
unknown
;
latitudeDegrees
:
number
;
links
?:
RouteLinkInterface
[]
;
longitudeDegrees
:
number
;
name
?:
string
|
null
;
routeIndex
?:
number
|
null
;
routePointIndex
?:
number
|
null
;
symbol
?:
string
|
null
;
type
?:
string
|
null
;
}
Hierarchy (
View Summary
)
RoutePointInterface
RouteWaypointInterface
Index
Properties
altitude?
comment?
description?
distance?
extensions?
latitude
Degrees
links?
longitude
Degrees
name?
route
Index?
route
Point
Index?
symbol?
type?
Properties
Optional
altitude
altitude
?:
number
|
null
Optional
comment
comment
?:
string
|
null
Optional
description
description
?:
string
|
null
Optional
distance
distance
?:
number
|
null
Optional
extensions
extensions
?:
unknown
latitude
Degrees
latitudeDegrees
:
number
Optional
links
links
?:
RouteLinkInterface
[]
longitude
Degrees
longitudeDegrees
:
number
Optional
name
name
?:
string
|
null
Optional
route
Index
routeIndex
?:
number
|
null
Optional
route
Point
Index
routePointIndex
?:
number
|
null
Optional
symbol
symbol
?:
string
|
null
Optional
type
type
?:
string
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
altitude
comment
description
distance
extensions
latitude
Degrees
links
longitude
Degrees
name
route
Index
route
Point
Index
symbol
type
GitHub
npm
Sports Lib API - v17.3.0
Loading...