app
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
app
app
/
com.minapps.trackeditor.feature_map_editor.tools.filter.domain.model
Package-level
declarations
Types
Types
Filter
Params
Link copied to clipboard
data
class
FilterParams
(
val
filterType
:
FilterType
?
,
var
succeeded
:
Boolean
=
false
)
Filter
Result
Link copied to clipboard
data
class
FilterResult
(
var
succeeded
:
Boolean
=
false
,
var
update
:
List
<
WaypointUpdate
>
)
Filter
Selection
Link copied to clipboard
data
class
FilterSelection
(
val
trackId
:
Int
,
val
pointA
:
Double
?
,
val
pointB
:
Double
?
)
Filter
Type
Link copied to clipboard
sealed
class
FilterType