MapSettingsService

interface MapSettingsService

Application service responsible for:

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract val isMapLoaded: Boolean

Can be used to check if the Map has finished initalizing

Link copied to clipboard
abstract val mapSize: MapSize?

Functions

Link copied to clipboard
abstract suspend fun onMapLoaded()
Link copied to clipboard
abstract suspend fun updateMapSize(mapSize: MapSize)