Zoom Controls
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.
camera Position State
the object provided by GoogleMaps to manipulate the camera state of the map to perform zoom actions.
bounding Box
the bounding Box of the regions used for zoom to the fit action.
images Bounding Box
the bounding Box of the images used for zoom to the fit action.
enabled
: Boolean if the buttons are enabled or not.