MapBox GL JS contains the FitBounds method to centre on some points, and adjust the zoom to fit the bounds in (https://www.mapbox.com/mapbox-gl-js/api/#Map.fitBounds). I can not, however, seem to find any reference to this method in the Android SDK API documentation.
Does anyone know how I can leverage FitBounds(), or an equivalent method of doing so?