centerZoomFitBounds method

CenterZoom centerZoomFitBounds(
  1. LatLngBounds bounds,
  2. FitBoundsOptions options
)

Implementation

CenterZoom centerZoomFitBounds(
    LatLngBounds bounds, FitBoundsOptions options) {
  return getBoundsCenterZoom(bounds, options);
}