SymbolStyleSearchResult class final
A search result object returned by symbol style.
This object is returned by symbol style based on the search performed using search parameters. It contains the information related to name, tags, category, class type, key associated to a symbol. It also returns the symbol.
This object returns the results based on search performed in the symbol style using the search parameters. This returns the symbol and all the parameters associated to it.
- Implemented types
Properties
- category → String
-
The category associated to a symbol.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- key → String
-
The key(unique identifier) associated to a symbol.
no setter
- name → String
-
The name associated to a symbol.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- symbolClass → String
-
The class associated to a symbol.
no setter
-
A string list of all the tags associated to a symbol.
no setter
Methods
-
getSymbol(
) → Future< ArcGISSymbol> - Asynchronously returns a symbol from the search result.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited