activateHighlightLandmarks

external fun activateHighlightLandmarks(landmarks: LandmarkList, renderSettings: HighlightRenderSettings? = null, highlightId: Int = 0)

Enables the highlighting for the given landmark list.

Parameters

landmarks

Landmark 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 activateHighlightLandmarks(landmark: Landmark, renderSettings: HighlightRenderSettings? = null, highlightId: Int = 0)

Enables the highlighting for the given landmark.

Parameters

landmark

Landmark 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