setFeaturesVisible

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

Sets the visibility of the given features.

Since

200.1.0

Parameters

features

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

visible

true to show, false to hide.