dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Model

SuggestResponse Class

When resolved, returns this response after calling suggest.
ArcGIS Maps SDK for JavaScript

public class SuggestResponse :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.SuggestResponse>

Inheritance System.Object 🡒 SuggestResponse

Implements System.IEquatable<SuggestResponse>

Constructors

SuggestResponse(int, IReadOnlyCollection, int, string, IReadOnlyCollection, string) Constructor

When resolved, returns this response after calling suggest.
ArcGIS Maps SDK for JavaScript

public SuggestResponse(int ActiveSourceIndex, System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Model.SuggestResponseErrors> Errors, int NumResults, string SuggestTerm, System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Results.SuggestResponseResults> Results, string? SearchTerm=null);

Parameters

ActiveSourceIndex System.Int32

The index of the source from which suggestions are obtained.
ArcGIS Maps SDK for JavaScript

Errors System.Collections.Generic.IReadOnlyCollection<SuggestResponseErrors>

An array of error objects returned from the suggest results.
ArcGIS Maps SDK for JavaScript

NumResults System.Int32

The number of suggest results.
ArcGIS Maps SDK for JavaScript

SuggestTerm System.String

The suggested expression.

Results System.Collections.Generic.IReadOnlyCollection<SuggestResponseResults>

An array of objects representing the results of suggest.
ArcGIS Maps SDK for JavaScript

SearchTerm System.String

The search expression used for the suggest.
ArcGIS Maps SDK for JavaScript

Properties

SuggestResponse.ActiveSourceIndex Property

The index of the source from which suggestions are obtained.
ArcGIS Maps SDK for JavaScript

public int ActiveSourceIndex { get; set; }

Property Value

System.Int32

SuggestResponse.Errors Property

An array of error objects returned from the suggest results.
ArcGIS Maps SDK for JavaScript

public System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Model.SuggestResponseErrors> Errors { get; set; }

Property Value

System.Collections.Generic.IReadOnlyCollection<SuggestResponseErrors>

SuggestResponse.NumResults Property

The number of suggest results.
ArcGIS Maps SDK for JavaScript

public int NumResults { get; set; }

Property Value

System.Int32

SuggestResponse.Results Property

An array of objects representing the results of suggest.
ArcGIS Maps SDK for JavaScript

public System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Results.SuggestResponseResults> Results { get; set; }

Property Value

System.Collections.Generic.IReadOnlyCollection<SuggestResponseResults>

SuggestResponse.SearchTerm Property

The search expression used for the suggest.
ArcGIS Maps SDK for JavaScript

public string? SearchTerm { get; set; }

Property Value

System.String

SuggestResponse.SuggestTerm Property

The suggested expression.

public string SuggestTerm { get; set; }

Property Value

System.String