SimpleProjection constructor

const SimpleProjection({
  1. Tuple2<double, double>? latBounds,
  2. Tuple2<double, double>? lngBounds,
})

Implementation

const SimpleProjection({
  Tuple2<double, double>? latBounds,
  Tuple2<double, double>? lngBounds,
}) : super(latBounds: latBounds, lngBounds: lngBounds);