fitBounds method
Implementation
void fitBounds(LatLngBounds bounds, FitBoundsOptions options) {
final target = getBoundsCenterZoom(bounds, options);
move(target.center, target.zoom, source: MapEventSource.fitBounds);
}
void fitBounds(LatLngBounds bounds, FitBoundsOptions options) {
final target = getBoundsCenterZoom(bounds, options);
move(target.center, target.zoom, source: MapEventSource.fitBounds);
}