CoordinateBounds constructor

CoordinateBounds(
  1. {required Map<String?, Object?> southwest,
  2. required Map<String?, Object?> northeast,
  3. required bool infiniteBounds}
)

Implementation

CoordinateBounds({
  required this.southwest,
  required this.northeast,
  required this.infiniteBounds,
});