ViewPortModel constructor

ViewPortModel({
  1. LatLngModel? northeast,
  2. LatLngModel? southwest,
})

Implementation

ViewPortModel({this.northeast, this.southwest});