Angular-google-maps: strokeWeight in agm-circle

Created on 17 Jun 2018  路  4Comments  路  Source: SebastianM/angular-google-maps

when i try use strokeWeight i see this error "f[r] is not a function"

stale

Most helpful comment

adding [strokePosition]="0" to agm-circle solved this.

All 4 comments

Getting the same thing!

adding [strokePosition]="0" to agm-circle solved this.

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Adding:
[strokeWeight]="1.5" // you can input your whatever number you want
[strokePosition]="0"

Works !!!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mensch picture mensch  路  3Comments

n1t3w0lf picture n1t3w0lf  路  3Comments

Subhojit1992 picture Subhojit1992  路  3Comments

alexweber picture alexweber  路  4Comments

gizm0bill picture gizm0bill  路  4Comments