Sports Lib API - v17.3.0
GitHub
npm
Preparing search index...
API
RoutePointInterface
Interface RoutePointInterface
interface
RoutePointInterface
{
altitude
?:
number
|
null
;
comment
?:
string
|
null
;
description
?:
string
|
null
;
extensions
?:
unknown
;
latitudeDegrees
:
number
;
links
?:
RouteLinkInterface
[]
;
longitudeDegrees
:
number
;
name
?:
string
|
null
;
symbol
?:
string
|
null
;
type
?:
string
|
null
;
}
Hierarchy (
View Summary
)
RoutePointInterface
RouteWaypointInterface
Index
Properties
altitude?
comment?
description?
extensions?
latitude
Degrees
links?
longitude
Degrees
name?
symbol?
type?
Properties
Optional
altitude
altitude
?:
number
|
null
Optional
comment
comment
?:
string
|
null
Optional
description
description
?:
string
|
null
Optional
extensions
extensions
?:
unknown
latitude
Degrees
latitudeDegrees
:
number
Optional
links
links
?:
RouteLinkInterface
[]
longitude
Degrees
longitudeDegrees
:
number
Optional
name
name
?:
string
|
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
extensions
latitude
Degrees
links
longitude
Degrees
name
symbol
type
GitHub
npm
Sports Lib API - v17.3.0
Loading...