layout: default title: SuggestResult parent: Core Classes —

dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Objects

SuggestResult Class

The result object returned from a suggest().
ArcGIS Maps SDK for JavaScript

public class SuggestResult :
System.IEquatable<dymaptic.GeoBlazor.Core.Objects.SuggestResult>

Inheritance System.Object 🡒 SuggestResult

Implements System.IEquatable<SuggestResult>

Constructors

SuggestResult(string, string, Nullable) Constructor

The result object returned from a suggest().
ArcGIS Maps SDK for JavaScript

public SuggestResult(string? Key, string? Text, System.Nullable<int> SourceIndex);

Parameters

Key System.String

The key related to the suggest result.

Text System.String

The key related to the suggest result.

SourceIndex System.Nullable<System.Int32>

The key related to the suggest result.

Properties

SuggestResult.Key Property

The key related to the suggest result.

public string? Key { get; set; }

Property Value

System.String

SuggestResult.SourceIndex Property

The key related to the suggest result.

public System.Nullable<int> SourceIndex { get; set; }

Property Value

System.Nullable<System.Int32>

SuggestResult.Text Property

The key related to the suggest result.

public string? Text { get; set; }

Property Value

System.String