ImageOverlayOptions

Properties

Link copied to clipboard
abstract var alt: String?
Link copied to clipboard
abstract var attribution: String?

String to be shown in the attribution control, e.g. "© OpenStreetMap contributors". It describes the layer data and is often a legal obligation towards copyright holders and tile providers.

Link copied to clipboard
Link copied to clipboard
abstract var className: String?
Link copied to clipboard
abstract var crossOrigin: dynamic

Whether the crossOrigin attribute will be added to the image. If a String is provided, the image will have its crossOrigin attribute set to the String provided. This is needed if you want to access image pixel data.

Link copied to clipboard
abstract var errorOverlayUrl: String?
Link copied to clipboard
abstract var interactive: Boolean?

If true, the popup/tooltip will listen to the mouse events.

Link copied to clipboard
abstract var opacity: Number?
Link copied to clipboard
abstract var pane: String?

By default, the layer will be added to the map's overlay pane. Overriding this option will cause the layer to be placed on another pane by default.

Link copied to clipboard
abstract var zIndex: Number?