OnMarkersOverview

data class OnMarkersOverview(val markers: List<Point>) : Event.UpdateDataEvent

Constructors

Link copied to clipboard
constructor(markers: List<Point>)

Properties

Link copied to clipboard
val markers: List<Point>