@mint-ui/map 0.4.4-beta → 0.4.5-beta
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.
|
@@ -311,9 +311,9 @@ var GoogleMintMapController = function (_super) {
|
|
|
311
311
|
};
|
|
312
312
|
|
|
313
313
|
GoogleMintMapController.prototype.checkLoaded = function () {
|
|
314
|
-
var _a, _b;
|
|
314
|
+
var _a, _b, _c;
|
|
315
315
|
|
|
316
|
-
return (_b = (_a = window.google) === null || _a === void 0 ? void 0 : _a.maps) === null || _b === void 0 ? void 0 : _b.
|
|
316
|
+
return (_c = (_b = (_a = window.google) === null || _a === void 0 ? void 0 : _a.maps) === null || _b === void 0 ? void 0 : _b.marker) === null || _c === void 0 ? void 0 : _c.AdvancedMarkerView;
|
|
317
317
|
};
|
|
318
318
|
|
|
319
319
|
GoogleMintMapController.prototype.loadMapApi = function () {
|
package/dist/index.es.js
CHANGED
|
@@ -1512,9 +1512,9 @@ var GoogleMintMapController = function (_super) {
|
|
|
1512
1512
|
};
|
|
1513
1513
|
|
|
1514
1514
|
GoogleMintMapController.prototype.checkLoaded = function () {
|
|
1515
|
-
var _a, _b;
|
|
1515
|
+
var _a, _b, _c;
|
|
1516
1516
|
|
|
1517
|
-
return (_b = (_a = window.google) === null || _a === void 0 ? void 0 : _a.maps) === null || _b === void 0 ? void 0 : _b.
|
|
1517
|
+
return (_c = (_b = (_a = window.google) === null || _a === void 0 ? void 0 : _a.maps) === null || _b === void 0 ? void 0 : _b.marker) === null || _c === void 0 ? void 0 : _c.AdvancedMarkerView;
|
|
1518
1518
|
};
|
|
1519
1519
|
|
|
1520
1520
|
GoogleMintMapController.prototype.loadMapApi = function () {
|
package/dist/index.umd.js
CHANGED
|
@@ -1516,9 +1516,9 @@
|
|
|
1516
1516
|
};
|
|
1517
1517
|
|
|
1518
1518
|
GoogleMintMapController.prototype.checkLoaded = function () {
|
|
1519
|
-
var _a, _b;
|
|
1519
|
+
var _a, _b, _c;
|
|
1520
1520
|
|
|
1521
|
-
return (_b = (_a = window.google) === null || _a === void 0 ? void 0 : _a.maps) === null || _b === void 0 ? void 0 : _b.
|
|
1521
|
+
return (_c = (_b = (_a = window.google) === null || _a === void 0 ? void 0 : _a.maps) === null || _b === void 0 ? void 0 : _b.marker) === null || _c === void 0 ? void 0 : _c.AdvancedMarkerView;
|
|
1522
1522
|
};
|
|
1523
1523
|
|
|
1524
1524
|
GoogleMintMapController.prototype.loadMapApi = function () {
|