Kml-Layer
KmlLayer component
[See](source code) ,[See](Official documentation) ,[See](Official reference)
Props
| Prop name | Description | Type | Values | Default | 
|---|---|---|---|---|
| clickable | If true, the layer receives mouse events. Default value is true. @seeKmlLayerOptions interface | boolean | - | true | 
| map | Specifies the Map on which to render the KmlLayer. You can hide a KmlLayer by setting this value to null within the setMap() method @seeKmlLayerOptions interface | object | - | undefined | 
| preserveViewport | 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. @seeKmlLayerOptions interface | boolean | - | false | 
| screenOverlays | Whether to render the screen overlays. Default true. @seeKmlLayerOptions interface | boolean | - | false | 
| suppressInfoWindows | Suppress the rendering of info windows when layer features are clicked. @seeKmlLayerOptions interface | boolean | - | undefined | 
| url | The URL of the KML document to display. @seeKmlLayerOptions interface | string | - | '' | 
| zIndex | The z-index of the layer. @seeKmlLayerOptions interface | number | - | undefined | 
| options | More options that you can pass to the component @valueboolean | object | - | undefined |