MapSettingsService

@IviExperimental(reasons = [])
interface MapSettingsService

Application service responsible for:

  • holding and changing the MapSize;

  • access to map initialization status via isMapLoaded;

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract val mapSize: MapSize?

Functions

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