Vertex

data class Vertex(val coordinate: MapPoint, val terrainIds: Set<TerrainId> = setOf(TerrainId.Default))

Constructors

Link copied to clipboard
constructor(coordinate: MapPoint, terrainIds: Set<TerrainId> = setOf(TerrainId.Default))

Properties

Link copied to clipboard

The coordinate of the vertex

Link copied to clipboard

The layers to which the vertex belongs to