ZoomButtons
Buttons that zoom the camera in and out, drawn as one vertical segmented container.
This is org.maplibre.compose.overlay.ZoomButtons with the colors, shape, and elevation of an ElevatedButton.
Parameters
Called when the zoom-in button is clicked, once its animation is requested.
Called when the zoom-out button is clicked, once its animation is requested.
Container and content colors, defaulting to those of an ElevatedButton.
Color of the divider between the buttons.
Accessibility label for the zoom-in button.
Accessibility label for the zoom-out button.
Width of the container. Each button is a square of this size.
Gap between a button edge and its icon.
Shape of the container.
The plus artwork, tinted with the content color.
The minus artwork, tinted with the content color.
The camera position that the zoom-in button animates to.
The camera position that the zoom-out button animates to.