activateOverlayItemsHighlight

external fun activateOverlayItemsHighlight(overlays: OverlayItemList, renderSettings: HighlightRenderSettings? = null, highlightId: Int = 0)

Enables the highlighting for the given overlay list.

Parameters

overlays

Overlays list.

renderSettings

Specifies the way the provided landmarks are displayed on the map

highlightId

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.

renderSettings

Specifies the way the provided landmarks are displayed on the map

highlightId

The highlighted collection id ( optional ). If already exist a highlighted collection with this id, it will be replaced