RectangleGeographicArea constructor
- required Coordinates topLeft,
- required Coordinates bottomRight,
Implementation
RectangleGeographicArea({required this.topLeft, required this.bottomRight});
RectangleGeographicArea({required this.topLeft, required this.bottomRight});