This question is locked. New answers and comments are not allowed.
Hi, I have a RadMap with separate ShapeLayers for boundaries and roads. I would like to toggle the display of the roads. How do I do this with UI for UWP?
I tried binding the Visibility of the MapShapeLayer to a VM property. This seems to allow me to turn visibility 'on' (show the ShapeLayer), but not off again.
I have found I **can** toggle the Visibility of the entire RadMap using binding. Is the only way to have two maps (one with the boundaries ShapeLayer and one with both boundaries and roads) in order to toggle the display of a ShapeLayer?
Many thanks
mcalex