CoordinateBoundsZoom constructor
CoordinateBoundsZoom({
- required CoordinateBounds bounds,
- required double zoom,
Implementation
CoordinateBoundsZoom({
required this.bounds,
required this.zoom,
});