setMapLayerCategoryVisibility

abstract fun setMapLayerCategoryVisibility(category: Int, enable: Boolean): Boolean

Toggles the visibility of items from MapLayerCategory list on map

Parameters

category

category to toggle

enable

true to make it visible, false otherwise