activate Overlay Items Highlight
external fun activateOverlayItemsHighlight(overlays: OverlayItemList, renderSettings: HighlightRenderSettings? = null, highlightId: Int = 0)
Enables the highlighting for the given overlay list.
Parameters
overlays
Overlays list.
render Settings
Specifies the way the provided landmarks are displayed on the map
highlight Id
The highlighted collection id ( optional ). If already exist a highlighted collection with this id, it will be replaced
fun activateOverlayItemsHighlight(overlay: OverlayItem, renderSettings: HighlightRenderSettings? = null, highlightId: Int = 0)
Enable the highlighting for the given overlay list.
Parameters
overlay
Overlay item.
render Settings
Specifies the way the provided landmarks are displayed on the map
highlight Id
The highlighted collection id ( optional ). If already exist a highlighted collection with this id, it will be replaced