LocatorInfo class final

A class that contains information about supports the ability and return attributes.

Class containing the information for a LocatorTask, either an online locator created from an ArcGIS geocode service, or a local locator created from local data.

Implemented types

Properties

description String
Description of locator.
no setter
hashCode int
The hash code for this object.
no setterinherited
intersectionResultAttributes List<LocatorAttribute>
Intersection result attributes.
no setter
name String
Name of locator.
no setter
properties Map<String, String>
Properties of locator task.
no setter
resultAttributes List<LocatorAttribute>
Result attributes.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchAttributes List<LocatorAttribute>
Search attributes.
no setter
spatialReference SpatialReference?
Spatial reference.
no setter
supportsAddresses bool
Supports of addresses.
no setter
supportsIntersections bool
Supports of intersections.
no setter
supportsPoi bool
Supports of POI.
no setter
supportsSuggestions bool
Supports of suggestions.
no setter
version String
Version of locator task.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited