How to add a label to circles in google map angular 2 - sebm-google-map-circle component?

816 Views Asked by At

I was trying to add text in the middle of circles drawn using sebm-google-map-circle angular2 component. It seems its not much easier. If any one know, please let me know. Thanks very much

1

There are 1 best solutions below

0
On

This solved my issue :)

    <sebm-google-map-marker 
      [latitude]="lat" 
      [longitude]="lng" 
      [label]="100 USD"
      [iconUrl]="'{}'">
    </sebm-google-map-marker>