@Beta(2021, 3) interface PoiSettings
Advanced settings for POIs (Point of Interest) manipulation. To obtain this interface, call TomtomMap.getPoiLayerSettings.
abstract fun hide(): Unit
Hides the layer containing POIs. |
|
abstract fun hideCategories(categories: List<String>): Unit
Hide the POIs whose categories match as provided by the category names. |
|
abstract fun show(): Unit
Shows the layer containing POIs. |
|
abstract fun showCategories(categories: List<String>): Unit
Shows the POIs whose categories match as provided by the category names. |
|
abstract fun turnOffRichPoiLayer(): Unit
Changing the POI source is only available for styles from the Style Merger containing a |
|
abstract fun turnOnRichPoiLayer(): Unit
Turns on the Rich POI layer which provides more total POIs. This method is only available for styles
compatible with POI Tiles. That means styles from Style Merger which contain a |