I load a kml file use bellow code:
viewer.dataSources.add(Cesium.KmlDataSource
.load(kmlfilename)
);
including some figures like polyline, polygon(transparent or not) and placemark, but how to obtain the object's attributes of name, type, positions and so on, when pick the figure?
thanks for your help!