cameraForCoordinateBounds

Convert to a camera options from a given LatLngBounds, padding, bearing and pitch values.

Return

Returns the converted camera options

Parameters

bearing

The optional bearing to take in account when converting

coordinateBounds

The LatLngBounds to take in account when converting

padding

The additional padding to take in account when converting

pitch

The optional pitch to take in account when converting

open override fun cameraForCoordinateBounds(coordinateBounds: CoordinateBounds, padding: EdgeInsets, bearing: Double?, pitch: Double?): CameraOptions