MediaOverlay

interface MediaOverlay(source)

Artificial interface that does not represent a Leaflet type. It is used to align ImageOverlay, SVGOverlay, and VideoOverlay, because getElement and methods that return this are dynamic.

Inheritors

Functions

Link copied to clipboard
abstract fun bringToBack(): JsAny
Link copied to clipboard
abstract fun bringToFront(): JsAny
Link copied to clipboard
abstract fun getElement(): JsAny?
Link copied to clipboard
abstract fun setBounds(bounds: LatLngBounds): JsAny
Link copied to clipboard
abstract fun setOpacity(opacity: Double): JsAny
Link copied to clipboard
abstract fun setUrl(url: String): JsAny
Link copied to clipboard
abstract fun setZIndex(value: Int): JsAny