MFViewboxComponent constructor

const MFViewboxComponent({
  1. required MFLocationComponent southwest,
  2. required MFLocationComponent northeast,
})

Creates geographical bounding box with the specified corners.

Implementation

const MFViewboxComponent({required this.southwest, required this.northeast});