setFeaturesVisible

fun setFeaturesVisible(features: Iterable<Feature>, visible: Boolean)

Sets the visibility of the given features.

Since

200.1.0

Parameters

features

A MutableList of com.arcgismaps.data.Feature. Contents of the MutableList are copied.

visible

True to show the features, otherwise false.