Package-level declarations
Types
Link copied to clipboard
Wemap backend environment to target.
Link copied to clipboard
data class SessionConfig(val itineraryRecalculationEnabled: Boolean = true, val userLocationProjectionOnItineraryEnabled: Boolean = true, val userLocationProjectionOnGraphEnabled: Boolean = false, val pointsOfInterestLoadingTimeout: Duration = 10.seconds, val environment: Environment = Environment.PROD, val directionsEnvironment: Environment = Environment.PROD, internalConfig: SessionConfig.InternalConfig = InternalConfig())
Configuration for a com.getwemap.sdk.core.CoreSession — including a MapSession, which takes the same session-wide settings. Per-view rendering settings live on the view's own config instead.