private function getMyLayerDeatils():void{ if (myFeatureLayer && !myFeatureLayer.loaded) { myFeatureLayer.addEventListener(LayerEvent.LOAD, myFeatureLayer_loadHandler); function myFeatureLayer_loadHandler(event:LayerEvent):void { getMyLayerDeatils(); } return; } //Do something here }
Membros conectados podem postar, seguir atualizações e mais. Novo aqui? Registre uma conta gratuita.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.