Creates a list of all available MapObjects, it's entries can be generally controlled within the AmMap class using showAreasInList, showLinesInList, showImagesInList or individually within the MapObject itself.
var map = AmCharts.makeChart("mapdiv",{ ... "objectList": { "container": "" } });
<div class="ammapObjectList"> <ul> <li> <a>Lithuania</a> </li> </ul> </div>