GroundOverlay Support with capacitor-google-maps

Is there a way to add a Ground Overlay using the capacitor-google-maps plugin?

For example:

// Add ground overlay
let groundOverlay: GroundOverlay = this.map.addGroundOverlay({
‘url’: “…/images/newark_nj_1922.jpg”,
‘bounds’: bounds,
‘opacity’: 0.5
});

1 Like

The plugin does not support it. Google Maps Capacitor Plugin API | Capacitor Documentation