protected function fLayer_mouseDownHandler(event:MouseEvent):void { var gr:ClusterGraphic = ClusterGraphic(event.target); var grs:Array = gr.cluster.graphics; for each(var g in grs) { } }
protected function fLayer_mouseDownHandler(event:MouseEvent):void { if(event.target is ClusterGraphic) { var gr:ClusterGraphic = ClusterGraphic(event.target); var grs:Array = gr.cluster.graphics; for each(var g in grs) { } } }
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.