Package-level declarations

Types

Link copied to clipboard
data class CopyrightMargins(val left: Int = 0, val top: Int = 0, val right: Int = 0, val bottom: Int = 0)
Link copied to clipboard
Link copied to clipboard
class MapComposableState(mapOptions: MapOptions)

State that allows control over various map-related parameters and behaviors, such as theme, copyright configuration, FPS settings, touch events, screenshot functionality, and gestures.

Functions

Link copied to clipboard
fun MapComposable(modifier: Modifier = Modifier, state: MapComposableState)

Renders a map view and provides interactivity based on the provided state.