Closed CyberDNS closed 4 months ago
I add a BaseMapLayer to the MapView: await mapView.AddLayer(baseMapLayer, isBasemapLayer: true);
Then, I set its visibility : await baseMapLayer.SetVisibility(false);
Unfortunately, the instruction fails.
I add a BaseMapLayer to the MapView: await mapView.AddLayer(baseMapLayer, isBasemapLayer: true);
Then, I set its visibility : await baseMapLayer.SetVisibility(false);
Unfortunately, the instruction fails.