cameraForCoordinateBounds

Convenience method that returns the camera options object for given arguments

Return

Returns the camera options object representing the provided params

Parameters

bearing

The bearing of the map

bounds

The coordinate bounds of the map

padding

The edge padding of the map

pitch

The pitch of the map

abstract fun cameraForCoordinateBounds(bounds: CoordinateBounds, padding: EdgeInsets, bearing: Double?, pitch: Double?): CameraOptions