ArcGIS Runtime SDK for iOS
100.15
|
Metadata about the locator service or dataset used by AGSLocatorTask
.
Instances of this class represent metadata about the locator service or dataset used by AGSLocatorTask
.
Properties | |
NSArray< AGSLocatorAttribute * > * | intersectionResultAttributes |
NSString * | locatorDescription |
NSString * | name |
NSDictionary< NSString *, NSString * > * | properties |
NSArray< AGSLocatorAttribute * > * | resultAttributes |
NSArray< AGSLocatorAttribute * > * | searchAttributes |
AGSSpatialReference * | spatialReference |
BOOL | supportsAddresses |
BOOL | supportsIntersections |
BOOL | supportsPOI |
BOOL | supportsSuggestions |
NSString * | version |
|
readnonatomiccopy |
The attribute fields that can be returned in the results of geocode or reverse geocode operations when searching for street intersections.
AGSLocatorAttribute
|
readnonatomiccopy |
Description of the locator service or dataset.
|
readnonatomiccopy |
Name of the locator service or dataset.
|
readnonatomiccopy |
The locator properties. For example, MinimumCandidateScore, SideOffsetUnits, SpellingSensitivity, MinimumMatchScore and so on.
|
readnonatomiccopy |
The attribute fields that can be returned in the results of geocode or reverse geocode operations when searching for addresses or places.
AGSLocatorAttribute
|
readnonatomiccopy |
The search attributes that can be used as inputs to multi-line geocode operations. Each attribute represents an individual address component in a multi-line address.
AGSLocatorAttribute
|
readnonatomicstrong |
The default spatial reference in which result geometries are returned, unless overriden in AGSGeocodeParameters
or AGSReverseGeocodeParameters
.
|
readnonatomicassign |
Indicates whether geocoding addresses is supported. If supported, these can be specified as x/y coordinate pairs in the search text for geocode operations, where the spatial reference of the coordinates is WGS84. For example, "-115.172783,36.114789".
|
readnonatomicassign |
Indicates whether geocoding street intersections is supported.
|
readnonatomicassign |
Indicates whether geocoding points of interest is supported.
|
readnonatomicassign |
Indicates whether getting suggestions for geocode operations is supported.
|
readnonatomiccopy |
Version of the locator service or dataset.