Package-level declarations
Types
Link copied to clipboard
A state object that can be hoisted to control and observe the map's camera state. A MapViewportState may only be used by a single MapboxMap composable at a time as it reflects instance state for a single view of a map.
Functions
Link copied to clipboard
inline fun rememberMapViewportState(key: String? = null, crossinline init: MapViewportState.() -> Unit = {}): MapViewportState
Create and rememberSaveable a MapViewportState using MapViewportState.Saver. init will be called when the MapViewportState is first created to configure its initial state.