double get fillOpacity=>_fillOpacity;
set fillOpacity(double value){ _fillOpacity=value; _sendData('setPolygonFillOpacity',{'fillOpacity':value}); }