cameraForCoordinates

Convert to a camera options from a given list of points, padding, bearing and pitch values.

Return

Returns the converted camera options

Parameters

bearing

The optional bearing to take in account when converting

coordinates

The List of coordinates 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 cameraForCoordinates(coordinates: List<Point>, padding: EdgeInsets, bearing: Double?, pitch: Double?): CameraOptions