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

807 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 answers

0
Rohitha On

This solved my issue :)

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