Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
feature-map-terrain
/
org.meshtastic.feature.map.terrain
/
TerrainDownloadState
Terrain
Download
State
sealed
interface
TerrainDownloadState
(
source
)
Inheritors
InProgress
Complete
Failed
Members
Types
Complete
Link copied to clipboard
data
class
Complete
(
val
tileCount
:
Long
,
val
byteSize
:
Long
,
val
hasRegionalDetail
:
Boolean
)
:
TerrainDownloadState
Failed
Link copied to clipboard
data
class
Failed
(
val
reason
:
TerrainDownloadFailure
)
:
TerrainDownloadState
In
Progress
Link copied to clipboard
data
class
InProgress
(
val
completed
:
Int
,
val
total
:
Int
)
:
TerrainDownloadState