I am looking at the SearchView in the toolkit for Maui.
Is there a demo project showing how to configure multiple SearchSources. The sample code has a little bit, but not much detail. I was hoping to configure to use the same searches that are setup online in the web map
Follow-up:
In the documentation it indicates a property called EnableAutomaticConfiguration.
However, it does not appear this property is implemented at this point (or even actually created).. it is in help, but I do not see it in code
You would either create multiple LocatorSearchSource instances to add (they each take a LocatorTask), or implement your own ISearchSource and add to the collection.
Good callout on the `EnableAutomaticConfiguration` property in the doc. This was in the early design but didn't make it to implementation.