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) { } } }
Přihlášení členové mohou přispívat, sledovat aktualizace a další. Jste tu noví? Zaregistrujte si bezplatný účet.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.