Select to view content in your preferred language

Toolkit SearchView Maui Configuration

179
2
04-08-2025 05:53 AM
Labels (2)
JoeHershman
MVP Alum

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

@Thad 

Thanks,
-Joe
0 Kudos
2 Replies
JoeHershman
MVP Alum

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

Thanks,
-Joe
0 Kudos
dotMorten_esri
Esri Notable Contributor

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.

0 Kudos