I am looking for groundoverlay library in AGM. Is there is any way to show overlay transparent images on google map something as shown below in the link. Google Maps GroundOverlay http://www.ryecemetery.com.au/locate.html
I am using below code for image overlay
<agm-map [latitude]="latitude" [longitude]="longitude" (mapReady)="onMapReady($event)" onresize="mapBounds($event)">
<agm-overlay [latitude]= 53.52000659999999 [longitude]= 13.404954>
<img [src] = 'this.imageUrl' alt="imagetoShow">
</agm-overlay>
</agm-map>