Class LocatorInfo
Contains general information about a locator task.
Inheritance
Namespace: Esri.ArcGISRuntime.Tasks.Geocoding
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class LocatorInfo
Properties
| Name | Description |
|---|---|
| Description | Gets the description of the locator. |
| IntersectionResultAttributes | Gets a list of output locator attributes for intersection geocoding. |
| Name | Gets the name of the locator. |
| Properties | Gets the properties of the locator task. |
| ResultAttributes | Gets a list of output locator attributes for address geocoding. |
| SearchAttributes | Gets a list of input locator attributes for multiline address geocoding. |
| SpatialReference | Gets the internal spatial reference of the locator task. |
| SupportsAddresses | Gets a value indicating whether addresses are supported by the locator task. |
| SupportsIntersections | Gets a value indicating whether intersections are supported by the locator task. |
| SupportsPoi | Gets a value indicating whether Point of Interest are supported by the locator task. |
| SupportsSuggestions | Gets a value indicating whether suggestions are supported by the locator task. |
| Version | Gets the version of the locator task. |
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 |