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
/
Complete
Complete
data
class
Complete
(
val
tileCount
:
Long
,
val
byteSize
:
Long
,
val
hasRegionalDetail
:
Boolean
)
:
TerrainDownloadState
(
source
)
Members
Constructors
Complete
Link copied to clipboard
constructor
(
tileCount
:
Long
,
byteSize
:
Long
,
hasRegionalDetail
:
Boolean
)
Properties
byte
Size
Link copied to clipboard
val
byteSize
:
Long
has
Regional
Detail
Link copied to clipboard
val
hasRegionalDetail
:
Boolean
tile
Count
Link copied to clipboard
val
tileCount
:
Long