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)
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 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.0 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 100.15 |