ArcGIS Runtime SDK for iOS
100.15
|
Parameters to refine reverse-gecoding results returned by AGSLocatorTask
.
Instances of this class represent input parameters to refine results of reverse-geocode operations on AGSLocatorTask
AGSLocatorInfo
for metadata about the locator service or dataset used by AGSLocatorTask
. The metadata contains information that can be used to set up these parameters. Class Methods | |
(instancetype) | + reverseGeocodeParameters |
Properties | |
NSArray< NSString * > * | featureTypes |
BOOL | forStorage |
double | maxDistance |
NSInteger | maxResults |
NSString * | outputLanguageCode |
AGSSpatialReference * | outputSpatialReference |
NSArray< NSString * > * | resultAttributeNames |
+ (instancetype) reverseGeocodeParameters |
|
readwritenonatomiccopy |
Feature types used to filter the results of the reverse geocode operation.
|
readwritenonatomicassign |
Specifies whether the results of the operation should be persisted. The default value is false, which indicates the results of the operation can't be stored, but they can be temporarily displayed on a map for instance. If you store the results in a database, for example, you need to set this parameter to true.
Applications are contractually prohibited from storing the results of geocoding transactions unless they perform the operation as an authenticated user. ArcGIS Online service credits are deducted from the organization account for each geocode transaction that uses this capability.
|
readwritenonatomicassign |
The maximum distance (in meters) from the given location within which a matching address will be searched. Defaults to 1000 meters.
|
readwritenonatomicassign |
The maximum number of results desired.
|
readwritenonatomiccopy |
The language in which results should be returned. Based on the 2-digit ISO 639-1 language code.
|
readwritenonatomicstrong |
The spatial reference in which result geometries should be returned.
|
readwritenonatomiccopy |
List of attributes to be returned for each geocoded result. The attributes available are specified by AGSLocatorInfo::resultAttributes
and AGSLocatorInfo::intersectionResultAttributes
. Use "*" to return all attributes.