I'm implementing selection in runtime 100.7, only one entity can be selected at a time,
i need the selection color to change depending on the entity status, i was able to achieve this by signing the MapView.GeoViewTapped event and change the MapView.SelectionProperties.Color property depending on the status.
is this the correct way?