fitBounds method
Implementation
void fitBounds(
LatLngBounds bounds, {
EdgeInsets padding = const EdgeInsets.all(20),
}) {
_internalMapController?.fitCamera(
CameraFit.bounds(bounds: bounds, padding: padding),
);
}
void fitBounds(
LatLngBounds bounds, {
EdgeInsets padding = const EdgeInsets.all(20),
}) {
_internalMapController?.fitCamera(
CameraFit.bounds(bounds: bounds, padding: padding),
);
}