Viewport constructor

Viewport({
  1. LatLng? low,
  2. LatLng? high,
})

Implementation

Viewport({this.low, this.high});