Class SuggestParameters
A class representing the parameters to a geocoding suggestion operation.
Inheritance
System.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)
    
    
      System.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
| Target | Versions | 
|---|---|
| .NET Standard 2.0 | 100.3 - 200.8 | 
| .NET | 100.13 - 200.8 | 
| .NET Windows | 100.13 - 200.8 | 
| .NET Android | 200.0 - 200.8 | 
| .NET iOS | 200.0 - 200.8 | 
| .NET Framework | 100.0 - 200.8 | 
| Xamarin.Android | 100.0 - 100.15 | 
| Xamarin.iOS | 100.0 - 100.15 | 
| UWP | 100.0 - 200.8 | 
Relevant samples
Find place: Find places of interest near a location or within a specific area.