Options
All
  • Public
  • Public/Protected
  • All
Menu

This object defines the properties that can be set on a KmlLayer object.

Hierarchy

  • KmlLayerOptions

Index

Properties

Optional clickable

clickable?: null | boolean

If true, the layer receives mouse events. Default value is true.

Optional map

map?: null | Map

The map on which to display the layer.

Optional preserveViewport

preserveViewport?: null | boolean

By default, the input map is centered and zoomed to the bounding box of the contents of the layer. If this option is set to true, the viewport is left unchanged, unless the map's center and zoom were never set.

Optional screenOverlays

screenOverlays?: null | boolean

Whether to render the screen overlays. Default true.

Optional suppressInfoWindows

suppressInfoWindows?: null | boolean

Suppress the rendering of info windows when layer features are clicked.

Optional url

url?: null | string

The URL of the KML document to display.

Optional zIndex

zIndex?: null | number

The z-index of the layer.

Generated using TypeDoc