【发布时间】:2019-07-14 21:54:42
【问题描述】:
我正在尝试将 iconUrl 属性合并到我的 agm 映射中。但是,当我收到此回复时,我不明白为什么。
<agm-marker [latitude] = "currentLat" [longitude]= "currentLng"
[iconUrl]= "../../assets/images/polkaDots.jpg" >
<!-- Marker info -->
<agm-info-window>
<h3>You are here</h3>
<button>I am interested</button>
</agm-info-window>
</agm-marker>
【问题讨论】:
标签: html angular google-maps-api-3