ZoomControls

fun ZoomControls(modifier: Modifier = Modifier, cameraPositionState: CameraPositionState, boundingBox: BoundingBoxViewData? = null, imagesBoundingBox: BoundingBoxViewData? = null, enabled: Boolean)

A column of Floting Action Buttons used for zoom controls in the map.

Parameters

modifier

the modifier used for the internal Column.

cameraPositionState

the object provided by GoogleMaps to manipulate the camera state of the map to perform zoom actions.

boundingBox

the bounding Box of the regions used for zoom to the fit action.

imagesBoundingBox

the bounding Box of the images used for zoom to the fit action.

enabled

: Boolean if the buttons are enabled or not.