Package-level declarations

Types

Link copied to clipboard

The result of a click event handler. See MapClickHandler and FeaturesClickHandler.

Link copied to clipboard

A callback for when a feature is clicked.

Link copied to clipboard
typealias MapClickHandler = (Position, DpOffset) -> ClickResult

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

Link copied to clipboard
Link copied to clipboard
data class PositionQuad(val topLeft: Position, val topRight: Position, val bottomRight: Position, val bottomLeft: Position)
Link copied to clipboard
data class VisibleRegion(val farLeft: Position, val farRight: Position, val nearLeft: Position, val nearRight: Position)

Four-sided polygon representing the visible area of the map composable. If the camera has tilt (pitch), this polygon is a trapezoid instead of a rectangle.