selectFeatures

Selects the given features and adds them to the current collection of selected features. Use the FeatureLayer.getSelectedFeatures: Future to retrieve all of the selected features.

Since

200.1.0

Parameters

features

A collection of features to be selected. Contents of the MutableList are copied.


Selects the features that match the criteria in the com.arcgismaps.data.QueryParameters object and adds them to the current collection of selected features.

Return

A Result that returns a com.arcgismaps.data.FeatureQueryResult.

Since

200.1.0

Parameters

parameters

A query that defines features to select from the com.arcgismaps.data.FeatureTable.

mode

Defines how the collection of currently selected features will be updated with the features returned from the query.