// 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
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.