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

marcelinobadin picture marcelinobadin  路  3Comments

n1t3w0lf picture n1t3w0lf  路  3Comments

Halynsky picture Halynsky  路  3Comments

nthonymiller picture nthonymiller  路  4Comments

DeveloperAdd007 picture DeveloperAdd007  路  3Comments