我在项目中使用了ngx-amap组件。在下面的用法中,可以显示地图。
<ngx-amap style="height:400px" [resizeEnable]="true" [center]="[120.8211011,30.7039964]" [zoom]="13">
<amap-marker [position]="[120.8211011,30.7039964]" [hidden]="hidden" [icon]="icon" [label]="label">
<amap-info-window [offset]="infoWindowOffset">我的位置</amap-info-window>
</amap-marker>
</ngx-amap>
但是我得到了这样的错误: enter image description here
但是我得到了这样的错误: enter image description here
我想[中心]需要特殊格式,但我不知道它是什么样子。