@JsType
public class MapPanes
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
HTMLElement |
mapPane
Pane that contains all other map panes.
|
HTMLElement |
markerPane
Pane for marker icons.
|
HTMLElement |
objectsPane
Pane that contains all the panes except tile pane.
|
HTMLElement |
overlayPane
Pane for overlays like polylines and polygons.
|
HTMLElement |
popupPane
Pane for popups.
|
HTMLElement |
shadowPane
Pane for overlay shadows (e.g.
|
HTMLElement |
tilePane
Pane for tile layers.
|
@JsProperty public HTMLElement mapPane
@JsProperty public HTMLElement tilePane
@JsProperty public HTMLElement objectsPane
@JsProperty public HTMLElement shadowPane
@JsProperty public HTMLElement overlayPane
@JsProperty public HTMLElement markerPane
@JsProperty public HTMLElement popupPane