Show / Hide Table of Contents

Class GeocodeService

An ArcGIS GeocodeServer to use for Geocoding functionality.

Inheritance
System.Object
HelperService
GeocodeService
Implements
System.Text.Json.Serialization.IJsonOnSerializing
System.Text.Json.Serialization.IJsonOnDeserialized
HelperService.Url
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

TargetVersions
.NET Standard 2.0100.3 - 200.8
.NET100.13 - 200.8
.NET Windows100.13 - 200.8
.NET Android200.0 - 200.8
.NET iOS200.0 - 200.8
.NET Framework100.0 - 200.8
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.0 - 200.8
In This Article
Back to top Copyright © 2022 Esri.