I am using angular 2 google maps https://angular-maps.com/docs/api/latest/ts/core/index/SebmGoogleMap-directive.html
<sebm-map-polygon #polygon *ngFor="let Rpolygon of polygonPathDatas"
[paths]="Rpolygon.path"
[clickable] = "true"
strokeColor ="#00000"
[strokeWeight]=".6"
[editable]="false"
[draggable]="false"
(polyClick)="click($event,polygon)"
(polyDblClick)="delete($event)">
</sebm-map-polygon>
How can i change color of polygon on polygon click