Class GeocodeService
An ArcGIS GeocodeServer to use for Geocoding functionality.
      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.Portal
Assembly: Esri.ArcGISRuntime.dll
Syntax
[DataContract]
public sealed class GeocodeService : HelperService
  Properties
| Name | Description | 
|---|---|
| Extent | Gets the extent in geographical coordinates of the geocode service.  | 
      
| Name | Gets the geocoder name. For example 'Esri World Geocoder'.  | 
      
| PlaceHolder | Gets the place holder. This text can serve as a hint to application users about the type of information they can enter in the search box.  | 
      
| SingleLineFieldName | Gets the name of the single line field.  | 
      
| SupportsBatchGeocoding | Gets a value indicating whether the geocoder can be used for batch geocoding.  | 
      
| SupportsPlaceFinding | Gets a value indicating whether the geocoder can be used for place finding.  | 
      
| SupportsSuggest | Gets a value indicating whether the geocoder supports the suggest API for autocomplete results.  | 
      
| ZoomScale | Gets the default zoom scale for custom geocoders. An application can use this scale to zoom to a point returned by the geocoder.  | 
      
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 |