Class GeocodeService
An ArcGIS GeocodeServer to use for Geocoding functionality.
Implements
System.Text.Json.Serialization.IJsonOnSerializing
System.Text.Json.Serialization.IJsonOnDeserialized
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, IJsonOnSerializing, IJsonOnDeserialized
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. |
Name | Description |
---|---|
IJsonOnDeserialized.OnDeserialized() | |
IJsonOnSerializing.OnSerializing() |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.0 - 200.5 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.5 |