arcgis-maps-sdk-swift-toolkit
arcgis-maps-sdk-swift-toolkit copied to clipboard
A selected search result should hightlight the selected feature
Currently in the toolkit, if you have a SearchView
and you search for something and you select a search result, it will only highlight that result if it is a Graphic
. But if the result is a Feature
(which is a valid scenario) it does not get highlighted but it could by using the FeatureLayer.selectFeature(_:)
.