Results of search operations on a symbol style.
Instances of this class represent the results of searchSymbolsWithParameters:completion: (AGSSymbolStyle)
. It contains the information related to name, tags, category, class type, and key associated to a symbol. It also returns the symbol.
- See also
- searchSymbolsWithParameters:completion: (AGSSymbolStyle)
- Since
- 100
◆ symbolWithCompletion:
- (id<AGSCancelable>) symbolWithCompletion: |
|
(void(^)(AGSSymbol *__nullable result, NSError *__nullable error)) |
completion |
|
Asynchronously returns a symbol from the search result.
- Parameters
-
completion | Block that is invoked when the operation finishes. The result parameter is populated if the operation completed successfully, otherwise the error parameter is populated. |
- Returns
- An operation which can be canceled.
- Since
- 100.10
◆ category
Category associated with the result symbol.
- Since
- 100
◆ key
Key (unique identifier) associated with the result symbol.
- Since
- 100
◆ name
Name associated with the result symbol.
- Since
- 100
◆ symbol
◆ symbolClass
- (NSString*) symbolClass |
|
readnonatomiccopy |
Class associated with the result symbol.
- Since
- 100
◆ tags
- (NSArray<NSString*>*) tags |
|
readnonatomiccopy |
Tags associated with the result symbol.
- Since
- 100