Color get fillColor=>_fillColor;
set fillColor(Color value){ _fillColor =value; _sendData('setPolygonFillColor',{'fillColor':value._rgba}); }