Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Hierarchy

  • KmlLayerOptions

Index

Properties

clickable?: null | boolean

If true, the layer receives mouse events.

defaultvalue

true

map?: null | Map

The map on which to display the layer.

preserveViewport?: null | boolean

If this option is set to true or if the map's center and zoom were never set, the input map is centered and zoomed to the bounding box of the contents of the layer.

defaultvalue

false

screenOverlays?: null | boolean

Whether to render the screen overlays.

defaultvalue

true

suppressInfoWindows?: null | boolean

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

url?: null | string

The URL of the KML document to display.

zIndex?: null | number

The z-index of the layer.

Generated using TypeDoc