Skip to content

Latest commit

 

History

History
52 lines (27 loc) · 1.32 KB

KmlLayerOptions.md

File metadata and controls

52 lines (27 loc) · 1.32 KB

See html formatted version

KmlLayerOptions interface

google.maps.KmlLayerOptions interface

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

Properties

undefined

Type:  boolean optional

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

undefined

Type:  Map optional

The map on which to display the layer.

undefined

Type:  boolean optional

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.

undefined

Type:  boolean optional

Whether to render the screen overlays. Default true.

undefined

Type:  boolean optional

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

undefined

Type:  string optional

The URL of the KML document to display.

undefined

Type:  number optional

The z-index of the layer.