@inlog/inlog-maps 5.0.4 → 5.0.6

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/DOCUMENTATION.md CHANGED
@@ -1,4 +1,4 @@
1
- # [@inlog/inlog-maps](https://github.com/weareinlog/inlog-maps#readme) *5.0.4*
1
+ # [@inlog/inlog-maps](https://github.com/weareinlog/inlog-maps#readme) *5.0.6*
2
2
 
3
3
  > A library for using generic layer maps
4
4
 
@@ -7026,9 +7026,10 @@ exports.default = MarkerAlterOptions;
7026
7026
 
7027
7027
  Object.defineProperty(exports, "__esModule", { value: true });
7028
7028
  var MarkerIcon = /** @class */ (function () {
7029
- function MarkerIcon(url, size) {
7029
+ function MarkerIcon(url, size, scaledSize) {
7030
7030
  this.url = url;
7031
7031
  this.size = size;
7032
+ this.scaledSize = scaledSize;
7032
7033
  }
7033
7034
  return MarkerIcon;
7034
7035
  }());