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