Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
core-repository
/
org.meshtastic.core.repository
/
MapTileProviderPrefs
Map
Tile
Provider
Prefs
interface
MapTileProviderPrefs
(
source
)
Reactive interface for map tile provider settings.
Members
Properties
custom
Tile
Providers
Link copied to clipboard
abstract
val
customTileProviders
:
StateFlow
<
String
?
>
selected
Custom
Tile
Provider
Id
Link copied to clipboard
abstract
val
selectedCustomTileProviderId
:
StateFlow
<
String
?
>
Functions
await
Custom
Tile
Providers
Link copied to clipboard
abstract
suspend
fun
awaitCustomTileProviders
(
)
:
String
?
await
Selected
Custom
Tile
Provider
Id
Link copied to clipboard
abstract
suspend
fun
awaitSelectedCustomTileProviderId
(
)
:
String
?
set
Custom
Tile
Providers
Link copied to clipboard
abstract
suspend
fun
setCustomTileProviders
(
providers
:
String
?
)
set
Selected
Custom
Tile
Provider
Id
Link copied to clipboard
abstract
suspend
fun
setSelectedCustomTileProviderId
(
providerId
:
String
?
)