我正在寻找 AGM 中的 groundoverlay 库。有什么方法可以在谷歌地图上显示叠加透明图像,如下链接所示。 谷歌地图 GroundOverlay http://www.ryecemetery.com.au/locate.html
我正在使用以下代码进行图像叠加
<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>