ArcGIS Runtime SDK for iOS: AGSLocatorAttribute Class Reference
ArcGIS Runtime SDK for iOS  100.15
AGSLocatorAttribute Class Reference

Description

Attribute avaialable for an AGSLocatorTask.

Instances of this class represent an attribute (field) available for an AGSLocatorTask.

Attributes can provide additional information for results returned by the task (AGSLocatorInfo::resultAttributes, and AGSLocatorInfo::intersectionResultAttributes), or they can be used to define the input for a multi-line address (AGSLocatorInfo::searchAttributes).

Since
100
Inheritance diagram for AGSLocatorAttribute:
AGSObject

Properties

NSString * displayName
 
NSString * name
 
BOOL required
 

Property Documentation

◆ displayName

- (NSString*) displayName
readnonatomiccopy

User-friendly name of the attribute

Since
100

◆ name

- (NSString*) name
readnonatomiccopy

Name of the attribute

Since
100

◆ required

- (BOOL) required
readnonatomicassign

Whether the attribute is mandatory to be specified as input. Only applicable if this attribute belongs AGSLocatorInfo::searchAttributes and is used as input for geocodeWithSearchValues:completion: (AGSLocatorTask)

Since
100