Show / Hide Table of Contents

Class SuggestParameters

A class representing the parameters to a geocoding suggestion operation.

Inheritance
Object
SuggestParameters
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString()
Namespace: Esri.ArcGISRuntime.Tasks.Geocoding
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class SuggestParameters

Constructors

Name Description
SuggestParameters()

Initializes a new instance of the SuggestParameters class.

Properties

Name Description
Categories

Gets a mutable list of categories from which addresses should be returned.

CountryCode

Gets or sets a value representing the country. Providing this value increases geocoding speed. Acceptable values include the full country name, the ISO 3166-1 2-digit country code, or the ISO 3166-1 3-digit country code. A list of supported countries and codes is available here.

MaxResults

Gets or sets the maximum number of returned suggestions.

PreferredSearchLocation

Gets or sets the preferred search location.

SearchArea

Gets or sets the geographic area for which searching for locations will be limited to.

Applies to

TargetVersions
.NET Standard 2.0100.3 - 100.15
.NET 6.0100.13 - 100.15
.NET 6.0 Windows100.13 - 100.15
.NET Framework100.0 - 100.15
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.0 - 100.15

Relevant samples

Find place: Find places of interest near a location or within a specific area.
In This Article
Back to top Copyright © 2022 Esri.