CoordinateBoundsZoom constructor

CoordinateBoundsZoom(
  1. {required CoordinateBounds bounds,
  2. required double zoom}
)

Implementation

CoordinateBoundsZoom({
  required this.bounds,
  required this.zoom,
});