|
ArcGIS Runtime SDK for iOS
100.15
|
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).
Properties | |
| NSString * | displayName |
| NSString * | name |
| BOOL | required |
|
readnonatomiccopy |
User-friendly name of the attribute
|
readnonatomiccopy |
Name of the attribute
|
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)