This question is locked. New answers and comments are not allowed.
Having some great experience with RadMap so far--great job on it!
I'd like to be able to get some access to the collection of shapes in order to inspect them as well as possibly select/unselect them programmatically. However I can't really find any way to do that....
I can detect when a shape is tapped on using my ShapeSelectionChanged command...so I have *some* access to what's going on. However I'd like to do things like:
-- clear all shape selections programatically
-- only allow a user to select two shapes (clearing the oldest)--for example choose two US States and see a side-by-side comparison
Any hints how to do things like these would be greatly appreciated!