searchSymbols method
- SymbolStyleSearchParameters searchParameters
Returns a collection of Symbol Style Search Result object.
This asynchronous task searches for symbol primitives in the symbol style. The input searchParameters define what is searched for. For example, you could search for all symbols that have the tag "airspace". You can also set the match to be strict or not, which will determine if the search uses "=" or "LIKE" for each parameter.
Parameters:
searchParameters— an object of type SymbolStyleSearchParameters.
Return Value: An array of the SymbolStyleSearchResult objects that match the search parameters.