@markerjs/markerjs3 3.6.0 → 3.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/markerjs3.d.ts CHANGED
@@ -852,6 +852,12 @@ interface PolygonMarkerState extends MarkerBaseState {
852
852
  * Polygon points.
853
853
  */
854
854
  points: Array<IPoint>;
855
+ /**
856
+ * Marker's fill color.
857
+ *
858
+ * @since 3.6.2
859
+ */
860
+ fillColor?: string;
855
861
  }
856
862
 
857
863
  /**