This example is a Google map displaying marker data, the data source file is called state_capitals.kml.
Notice that the state capitals are displayed in a list format and a map balloon displays when an item in the list is clicked.
This map uses the Google Maps API Version 3 and a javascript parser extension for Google Maps called KmlMapParser.
This sidebar has the javascript KmlMapParser configuration options set that will:
| showSidebarBubble | Boolean | Will display the description in a map balloon when a sidebar item is clicked. |
| showRootName | Boolean | Displays the KML document name or filename at the root of the sidebar. |