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