Marker

data class Marker(val type: Marker.Type, val point: Point, val selected: Boolean = false)

Constructors

Link copied to clipboard
constructor(type: Marker.Type, point: Point, selected: Boolean = false)

Types

Link copied to clipboard

Properties

Link copied to clipboard
val point: Point
Link copied to clipboard
val selected: Boolean = false
Link copied to clipboard