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
/
Vertex
Vertex
data
class
Vertex
(
val
coordinate
:
MapPoint
,
val
terrainIds
:
Set
<
TerrainId
>
=
setOf(TerrainId.Default)
)
Members
Constructors
Vertex
Link copied to clipboard
constructor
(
coordinate
:
MapPoint
,
terrainIds
:
Set
<
TerrainId
>
=
setOf(TerrainId.Default)
)
Properties
coordinate
Link copied to clipboard
val
coordinate
:
MapPoint
The coordinate of the vertex
terrain
Ids
Link copied to clipboard
val
terrainIds
:
Set
<
TerrainId
>
The layers to which the vertex belongs to