pane property

String pane

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.

Implementation

external String get pane;
void pane=(String value)

Implementation

external set pane(String value);