gpt4 book ai didi

angular6 - AGM(角度谷歌地图)的箭头符号(折线)

转载 作者:行者123 更新时间:2023-12-02 04:26:10 30 4
gpt4 key购买 nike

在角度 6 中。我正在为 agm-polyline 使用流动代码。
我想在 agm-polyline 中添加箭头符号(折线)( https://developers.google.com/maps/documentation/javascript/examples/overlay-symbol-arrow )。
但编译器显示错误,例如无法绑定(bind)到“图标”,因为它不是“agm-polyline”的已知属性......

<agm-polyline [strokeColor]="color" [icon]="icon"  >
<agm-polyline-point *ngFor="let marker of markers ; let i=index" [latitude]="marker.lat" [longitude]="marker.lng">
</agm-polyline-point>

</agm-polyline>
对于 agm-polyline 箭头符号(折线)我应该怎么做?

最佳答案

<agm-polyline [strokeColor]="'red'" [strokeWeight]="'1.5'">
<agm-icon-sequence [fixedRotation]="false"
[repeat]= "'50px'"
[offset]="100"
[path]="'FORWARD_OPEN_ARROW'">
</agm-icon-sequence>
<agm-polyline-point *ngFor="let line of circles_path"
[latitude]="line.lat"
[longitude]="line.long" >
</agm-polyline-point>
</agm-polyline>

关于angular6 - AGM(角度谷歌地图)的箭头符号(折线),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54376055/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com