map.on("layers-add-result", function (evt) {        $.each(evt.layers[0], function (i, layer) {            $.each(layer.layerInfos, function (index, info) {                info.defaultVisibility = false;            });        });        buildLayerList(evt);    });
Hi Ken Buja,
Sorry for the late reply. yes, I want to show the layers list in an accordion on the map itself. Any sample would be of great help!
Thanks,
Biranchi
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.