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
A callback for when the map is clicked. Called before any layer click handlers.
Link copied to clipboard
This annotation marks a composable for use within the context of a org.maplibre.compose.map.MaplibreMap content.
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.