GroundOverlayOption constructor

GroundOverlayOption({
  1. required LatLng southWest,
  2. required LatLng northEast,
  3. required ImageProvider<Object> imageProvider,
})

Implementation

GroundOverlayOption({
  required this.southWest,
  required this.northEast,
  required this.imageProvider,
});