app
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
app
app
/
com.minapps.trackeditor.core.domain.usecase
/
MapUpdateResult
Map
Update
Result
data
class
MapUpdateResult
(
val
tracks
:
List
<
Pair
<
Int
,
List
<
Waypoint
>
>
>
,
val
snappedZoom
:
Int
,
val
showFull
:
Boolean
,
val
showOutline
:
Boolean
)
Members
Constructors
Map
Update
Result
Link copied to clipboard
constructor
(
tracks
:
List
<
Pair
<
Int
,
List
<
Waypoint
>
>
>
,
snappedZoom
:
Int
,
showFull
:
Boolean
,
showOutline
:
Boolean
)
Properties
show
Full
Link copied to clipboard
val
showFull
:
Boolean
show
Outline
Link copied to clipboard
val
showOutline
:
Boolean
snapped
Zoom
Link copied to clipboard
val
snappedZoom
:
Int
tracks
Link copied to clipboard
val
tracks
:
List
<
Pair
<
Int
,
List
<
Waypoint
>
>
>