SaveMapState

data class SaveMapState(mapState: CameraState) : CameraAction

Saves the MapView camera state to be reused after configuration changes

Parameters

mapState

camera state for the map view

Constructors

SaveMapState
Link copied to clipboard
fun SaveMapState(mapState: CameraState)
camera state for the map view

Functions

component1
Link copied to clipboard
operator fun component1(): CameraState
copy
Link copied to clipboard
fun copy(mapState: CameraState): CameraAction.SaveMapState
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

mapState
Link copied to clipboard
val mapState: CameraState
camera state for the map view