GroundOverlay constructor

GroundOverlay(
  1. String? url,
  2. LatLngBounds? bounds, [
  3. GroundOverlayOptions? opts
])

Implementation

external GroundOverlay(
  String? url,
  LatLngBounds? bounds, [
  GroundOverlayOptions? opts, // ignore: unused_element
]);