getDefaultSearchParameters method

Future<SymbolStyleSearchParameters> getDefaultSearchParameters()

Returns a Symbol Style Search Parameters object providing all available search parameters from the database.

This asynchronous task retrieves all the valid input search parameters for a style. This means you get all of the possible input values for categories, keys, names, symbolClasses, and tags. This is an expensive task that should be used sparingly.

Return Value: Default SymbolStyleSearchParameters that provide all available search parameters.