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) { } } }
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.