MapsOptions

data class MapsOptions(val preferCanvas: Boolean? = null, val attributionControl: Boolean? = null, val zoomControl: Boolean? = null, val closePopupOnClick: Boolean? = null, val zoomSnap: Int? = null, val zoomDelta: Double? = null, val trackResize: Boolean? = null, val boxZoom: Boolean? = null, val doubleClickZoom: JsAny? = null, val dragging: Boolean? = null, val crs: CRS? = null, val center: LatLng? = null, val zoom: Int? = null, val maxZoom: Int? = null, val minZoom: Int? = null, val layers: JsArray<Layer<*>>? = null, val maxBounds: LatLngBounds? = null, val renderer: Renderer<Renderer.RendererOptions>? = null, val zoomAnimation: Boolean? = null, val zoomAnimationThreshold: Double? = null, val fadeAnimation: Boolean? = null, val markerZoomAnimation: Boolean? = null, val transform3DLimit: Double? = null, val inertia: Boolean? = null, val inertiaDeceleration: Double? = null, val inertiaMaxSpeed: Double? = null, val easeLinearity: Double? = null, val worldCopyJump: Boolean? = null, val maxBoundsViscosity: Double? = null, val keyboard: Boolean? = null, val keyboardPanDelta: Double? = null, val scrollWheelZoom: JsAny? = null, val wheelDebounceTime: Double? = null, val wheelPxPerZoomLevel: Double? = null, val tap: Boolean? = null, val tapTolerance: Double? = null, val touchZoom: JsAny? = null, val bounceAtZoomLimits: Boolean? = null)(source)

Options for the Leaflet Map.

Constructors

Link copied to clipboard
constructor(preferCanvas: Boolean? = null, attributionControl: Boolean? = null, zoomControl: Boolean? = null, closePopupOnClick: Boolean? = null, zoomSnap: Int? = null, zoomDelta: Double? = null, trackResize: Boolean? = null, boxZoom: Boolean? = null, doubleClickZoom: JsAny? = null, dragging: Boolean? = null, crs: CRS? = null, center: LatLng? = null, zoom: Int? = null, maxZoom: Int? = null, minZoom: Int? = null, layers: JsArray<Layer<*>>? = null, maxBounds: LatLngBounds? = null, renderer: Renderer<Renderer.RendererOptions>? = null, zoomAnimation: Boolean? = null, zoomAnimationThreshold: Double? = null, fadeAnimation: Boolean? = null, markerZoomAnimation: Boolean? = null, transform3DLimit: Double? = null, inertia: Boolean? = null, inertiaDeceleration: Double? = null, inertiaMaxSpeed: Double? = null, easeLinearity: Double? = null, worldCopyJump: Boolean? = null, maxBoundsViscosity: Double? = null, keyboard: Boolean? = null, keyboardPanDelta: Double? = null, scrollWheelZoom: JsAny? = null, wheelDebounceTime: Double? = null, wheelPxPerZoomLevel: Double? = null, tap: Boolean? = null, tapTolerance: Double? = null, touchZoom: JsAny? = null, bounceAtZoomLimits: Boolean? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val crs: CRS?
Link copied to clipboard
val doubleClickZoom: JsAny?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val layers: JsArray<Layer<*>>?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val maxZoom: Int?
Link copied to clipboard
val minZoom: Int?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val scrollWheelZoom: JsAny?
Link copied to clipboard
val tap: Boolean?
Link copied to clipboard
Link copied to clipboard
val touchZoom: JsAny?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val zoom: Int?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard