selectFeaturesWithQuery method

Future<FeatureQueryResult> selectFeaturesWithQuery({
  1. required QueryParameters parameters,
  2. required SelectionMode mode,
})

Selects the features that match the criteria in the QueryParameters object and adds them to the current list of selected features.

Parameters:

  • parameters — The definition of the query to submit to the feature table.
  • mode — Defines how the list of currently selected features will be updated with the features returned from the query.

Return Value: A Future that returns a FeatureQueryResult.