0

我试图在使用sebm-google-map-circle angular2 组件绘制的圆圈中间添加文本。似乎并没有那么容易。如果有人知道,请告诉我。非常感谢

4

1 回答 1

0

这解决了我的问题:)

    <sebm-google-map-marker 
      [latitude]="lat" 
      [longitude]="lng" 
      [label]="100 USD"
      [iconUrl]="'{}'">
    </sebm-google-map-marker>  
于 2017-05-29T10:24:33.577 回答