var featureLayer:FeatureLayer = event.featureLayer; var selectedFeatures:Array = featureLayer.selectedFeatures; for each (var graphic:Graphic in featureLayer.graphicProvider) { if (graphic.toolTip && selectedFeatures.indexOf(graphic) == -1) { graphic.toolTip = null; } }
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.