dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Results
SuggestResponseResults Class
An array of objects representing the results of suggest.
ArcGIS Maps SDK for JavaScript
public class SuggestResponseResults :
System.IEquatable<dymaptic.GeoBlazor.Core.Results.SuggestResponseResults>
Inheritance System.Object 🡒 SuggestResponseResults
Implements System.IEquatable<SuggestResponseResults>
Constructors
SuggestResponseResults(IReadOnlyCollection, SearchSource, Nullable) Constructor
An array of objects representing the results of suggest.
ArcGIS Maps SDK for JavaScript
public SuggestResponseResults(System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Results.SuggestResult>? Results=null, dymaptic.GeoBlazor.Core.Components.SearchSource? Source=null, System.Nullable<int> SourceIndex=null);
Parameters
Results
System.Collections.Generic.IReadOnlyCollection<SuggestResult>
An array of suggest results.
ArcGIS Maps SDK for JavaScript
Source
SearchSource
The source of the selected result.
ArcGIS Maps SDK for JavaScript
SourceIndex
System.Nullable<System.Int32>
The index of the currently selected source.
ArcGIS Maps SDK for JavaScript
Properties
SuggestResponseResults.Results Property
An array of suggest results.
ArcGIS Maps SDK for JavaScript
public System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Results.SuggestResult>? Results { get; set; }
Property Value
System.Collections.Generic.IReadOnlyCollection<SuggestResult>
SuggestResponseResults.Source Property
The source of the selected result.
ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Components.SearchSource? Source { get; set; }
Property Value
SuggestResponseResults.SourceIndex Property
The index of the currently selected source.
ArcGIS Maps SDK for JavaScript
public System.Nullable<int> SourceIndex { get; set; }