@PublicPreview("2021.03") abstract fun hideCategories(categories: List<String>): Unit
Hide the POIs whose categories match as provided by the category names.
categories - List of POI categories names.
categories