@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 +1 -1
- package/_bundles/inlog-maps.js +2 -1
- package/_bundles/inlog-maps.js.map +1 -1
- package/_bundles/inlog-maps.min.js +1 -1
- package/_bundles/inlog-maps.min.js.map +1 -1
- package/lib/models/features/marker/marker-icon.d.ts +2 -1
- package/lib/models/features/marker/marker-icon.js +2 -1
- package/lib/models/features/marker/marker-icon.js.map +1 -1
- package/lib-esm/models/features/marker/marker-icon.d.ts +2 -1
- package/lib-esm/models/features/marker/marker-icon.js +2 -1
- package/lib-esm/models/features/marker/marker-icon.js.map +1 -1
- package/package.json +3 -2
package/DOCUMENTATION.md
CHANGED
package/_bundles/inlog-maps.js
CHANGED
|
@@ -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
|
}());
|