RectangleGeographicArea constructor

RectangleGeographicArea({
  1. required Coordinates topLeft,
  2. required Coordinates bottomRight,
})

Implementation

RectangleGeographicArea({required this.topLeft, required this.bottomRight});