This example is a Google map displaying custom markers and multi-geometries, the data source file is called sidebarMap.kml.
The descriptions that usually show in the map bubble can also be shown in the sidebar by
setting the configuration option 'showSidebarDescriptions' to true.
Note that long names are NOT wrapped in the side bar. This is controlled by the CSS Style at the beginning
of the file and by using css white-space: nowrap.
This sidebar has the javascript KmlMapParser configuration options set that will:
showFolders | Boolean | If the KML has a folder structure, The sidebar will display it. |
showSidebarDescriptions | Boolean | If the KML has description for a placemark, The sidebar will display it. |
zoom | Number | Will zoom the map to this level when the sidebar item is clicked. |