How to create a map tool that selects only one feature when click on a point with a tolerance.
For now I can use ActiveMapView.SelectFeatures(geometry), but this method can select multiple feature layer or multiple feature in a layer.
var selection = ActiveMapView.SelectFeatures(clickedPoint, method: SelectionCombinationMethod.New);