我正在使用 Angular 2 谷歌地图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>
如何在多边形单击时更改多边形的颜色