UiMapState

data class UiMapState(val selectedTrackIds: MutableList<Int>, val selectedPoints: MutableList<Pair<Int, Double>>)

Edit state meant for UI

Constructors

Link copied to clipboard
constructor(selectedTrackIds: MutableList<Int>, selectedPoints: MutableList<Pair<Int, Double>>)

Properties

Link copied to clipboard
Link copied to clipboard