@google/markerclusterer
Advanced tools
Comparing version 2.0.4 to 2.0.5
@@ -6,2 +6,13 @@ # Change Log | ||
## [2.0.5](https://github.com/googlemaps/v3-utility-library/compare/@google/markerclusterer@2.0.4...@google/markerclusterer@2.0.5) (2019-12-17) | ||
### Bug Fixes | ||
* **markerclustererplus:** doc styles prop on MarketClusterer ([#588](https://github.com/googlemaps/v3-utility-library/issues/588)) ([15e7c15](https://github.com/googlemaps/v3-utility-library/commit/15e7c15f7d6eaf70a77625e4123009e48e9aa746)) | ||
## [2.0.4](https://github.com/googlemaps/v3-utility-library/compare/@google/markerclusterer@2.0.3...@google/markerclusterer@2.0.4) (2019-12-09) | ||
@@ -8,0 +19,0 @@ |
@@ -51,3 +51,3 @@ /** | ||
* Default: google.maps.Marker.MAX_ZINDEX + 1 | ||
* 'styles': (object) An object that has style properties: | ||
* 'styles': (Array.<Object>) An Array of single object that has style properties for all cluster: | ||
* 'url': (string) The image url. | ||
@@ -98,2 +98,3 @@ * 'height': (number) The image height. | ||
/** | ||
* @type {Array.<Object>} | ||
* @private | ||
@@ -100,0 +101,0 @@ */ |
{ | ||
"name": "@google/markerclusterer", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"description": "The library creates and manages per-zoom-level clusters for large amounts of markers.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -51,3 +51,3 @@ /** | ||
* Default: google.maps.Marker.MAX_ZINDEX + 1 | ||
* 'styles': (object) An object that has style properties: | ||
* 'styles': (Array.<Object>) An Array of single object that has style properties for all cluster: | ||
* 'url': (string) The image url. | ||
@@ -98,2 +98,3 @@ * 'height': (number) The image height. | ||
/** | ||
* @type {Array.<Object>} | ||
* @private | ||
@@ -100,0 +101,0 @@ */ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
90552
2362