Spatial K
Toggle table of contents
0.6.1
common
Target filter
common
Switch theme
Search in API
Skip to content
Spatial K
gpx
/
org.maplibre.spatialk.gpx
/
Track
/
Track
Track
constructor
(
name
:
String
?
=
null
,
comment
:
String
?
=
null
,
description
:
String
?
=
null
,
source
:
String
?
=
null
,
link
:
Link
?
=
null
,
number
:
Int
?
=
null
,
type
:
String
?
=
null
,
segments
:
List
<
TrackSegment
>
=
listOf()
,
extensions
:
Element
?
=
null
)
(
source
)