MapClickHandler

typealias MapClickHandler = (Position, DpOffset) -> ClickResult(source)

A callback for when the map is clicked. Called before any layer click handlers.

Return

ClickResult.Consume if this click should be consumed and not passed down to layers or ClickResult.Pass if it should be passed down.