I like to capture the single element on the map. Currently we have option of "Select" where we can select one or more elements on map. This can be capture by event `MapSelectionChangedEvent`. But this event option use to capture multiple elements on the map. Event arg provide the option of I `IsPointSelection` in case of only click. Any mechanism where we can restrict and capture the map selection which restrict single selection.