FitBoundsOptions

fun FitBoundsOptions(    linear: Boolean? = null,     maxZoom: Double? = null,     offset: Point? = null,     center: LngLat? = null,     zoom: Double? = null,     bearing: Double? = null,     pitch: Double? = null,     speed: Double? = null,     curve: Double? = null,     maxDuration: Double? = null,     minZoom: Double? = null,     padding: PaddingOptions? = null,     screenSpeed: Double? = null): FitBoundsOptions(source)