dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Model

SearchResponse Class

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

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

Inheritance System.Object 🡒 SearchResponse

Implements System.IEquatable<SearchResponse>

Constructors

SearchResponse(int, IReadOnlyCollection, int, string, IReadOnlyCollection) Constructor

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

public SearchResponse(int ActiveSourceIndex, System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Model.SearchResponseErrors> Errors, int NumResults, string SearchTerm, System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Results.SearchResponseResults> Results);

Parameters

ActiveSourceIndex System.Int32

The index of the source from which the search result was obtained.
ArcGIS Maps SDK for JavaScript

Errors System.Collections.Generic.IReadOnlyCollection<SearchResponseErrors>

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

NumResults System.Int32

The number of search results.
ArcGIS Maps SDK for JavaScript

SearchTerm System.String

The searched expression
ArcGIS Maps SDK for JavaScript

Results System.Collections.Generic.IReadOnlyCollection<SearchResponseResults>

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

Properties

SearchResponse.ActiveSourceIndex Property

The index of the source from which the search result was obtained.
ArcGIS Maps SDK for JavaScript

public int ActiveSourceIndex { get; set; }

Property Value

System.Int32

SearchResponse.Errors Property

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

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

Property Value

System.Collections.Generic.IReadOnlyCollection<SearchResponseErrors>

SearchResponse.NumResults Property

The number of search results.
ArcGIS Maps SDK for JavaScript

public int NumResults { get; set; }

Property Value

System.Int32

SearchResponse.Results Property

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

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

Property Value

System.Collections.Generic.IReadOnlyCollection<SearchResponseResults>

SearchResponse.SearchTerm Property

The searched expression
ArcGIS Maps SDK for JavaScript

public string SearchTerm { get; set; }

Property Value

System.String