Package-level declarations

Types

Link copied to clipboard

Constants used across the Map SDK.

Link copied to clipboard
data class MapViewConfig(val switchLevelsAutomaticallyOnUserMovements: Boolean = true, val staleStateTimeout: Duration = 5.seconds, internalConfig: MapViewConfig.InternalConfig = InternalConfig())

Configuration for a com.getwemap.sdk.map.WemapMapView — immutable, rendering-only, and handed to the view together with its session in the single configure(session, config) call. Session-wide settings (environment, itinerary recalculation, projections, etc.) live on the com.getwemap.sdk.core.configs.SessionConfig passed to the session, not here. Every field has a default.