featureLayer.addEventListener(FlareMouseEvent.FLARE_OVER, flareOverHandler);
private function flareOverHandler(event:FlareMouseEvent):void { event.graphic.mouseChildren = event.graphic.mouseEnabled = true; map.infoWindow.closeButtonVisible = false; map.infoWindow.label = "Hello World"; map.infoWindowContent = null; map.infoWindow.show(map.toMapFromStage(event.stageX, event.stageY)); }
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.