activate Highlight Landmarks
external fun activateHighlightLandmarks(landmarks: LandmarkList, renderSettings: HighlightRenderSettings? = null, highlightId: Int = 0)
Enables the highlighting for the given landmark list.
Parameters
landmarks
Landmark 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 activateHighlightLandmarks(landmark: Landmark, renderSettings: HighlightRenderSettings? = null, highlightId: Int = 0)
Enables the highlighting for the given landmark.
Parameters
landmark
Landmark 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