// remove all graphics [self.graphicsLayerRouting removeAllGraphics]; [self.graphicsLayerRouting dataChanged];
The easiest way to hide and show a graphics layer: UIView<AGSLayerView> *layerView = [self.mapView.mapLayerViews objectForKey:graphiclayername];layerView.hidden = YES; (or NO)Hoep it helps Frank
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.