Attractions.io MapLayr
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Attractions.io MapLayr
maplayr
/
io.attractions.maplayr.model.routes
/
Path
Path
data
class
Path
(
val
subpaths
:
List
<
Path.Subpath
>
)
A path connecting together coordinates
Members
Constructors
Path
Link copied to clipboard
constructor
(
subpaths
:
List
<
Path.Subpath
>
)
Types
Subpath
Link copied to clipboard
data
class
Subpath
(
val
startingPosition
:
MapPoint
,
val
segments
:
List
<
Path.Subpath.Segment
>
,
val
terrainId
:
TerrainId
)
Properties
subpaths
Link copied to clipboard
val
subpaths
:
List
<
Path.Subpath
>
The individual subpaths which make up the path.