Companion

object Companion

Properties

Link copied to clipboard
const val defaultMaxZoomLevel: Double = 22.0
Link copied to clipboard
const val defaultMinZoomLevel: Double = 2.5
Link copied to clipboard
const val defaultZoomLevel: Double = 10.0

Functions

Link copied to clipboard
fun getDefaultMapState(applicationContext: Context): MapState

Gets the default map state using values from the Settings module (see SharedPreferencesHandler)

Link copied to clipboard
fun setDefaultMapState(applicationContext: Context, mapState: MapState)

Sets the default map state and save its values using the SharedPreferencesHandler