select Features
Selects the features in the list and adds them to the current list of selected features.
Since
200.1.0
Parameters
features
A List of com.arcgismaps.data.Feature. Contents of the List are copied.
suspend fun selectFeatures(parameters: QueryParameters, mode: SelectionMode): Result<FeatureQueryResult>
Selects the features that match the criteria in the com.arcgismaps.data.QueryParameters object and adds them to the current list of selected features.
Return
A Result that returns a com.arcgismaps.data.FeatureQueryResult.
Since
200.1.0
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.