Property Sources
| Edit this page View SourceSources
Gets or sets the list of available search sources, which can be updated dynamically.
Declaration
public IList<ISearchSource> Sources { get; set; }
Property Value
Type | Description |
---|---|
IList<ISearchSource> |
Remarks
See ConfigureDefaultWorldGeocoder(CancellationToken) for a convenient method to populate this collection automatically.