fitBounds method
Fits the map view to the specified bounds.
north, south, east, west define the bounding box in degrees.
Implementation
void fitBounds(double north, double south, double east, double west) {
_impl.fitBounds(north, south, east, west);
}