@angular/google-maps 21.1.0-next.2 → 21.1.0-next.4
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/LICENSE +1 -1
- package/fesm2022/google-maps.mjs +2 -2
- package/fesm2022/google-maps.mjs.map +1 -1
- package/package.json +1 -1
package/LICENSE
CHANGED
package/fesm2022/google-maps.mjs
CHANGED
|
@@ -958,7 +958,7 @@ class MapGroundOverlay {
|
|
|
958
958
|
_url = new BehaviorSubject('');
|
|
959
959
|
_bounds = new BehaviorSubject(undefined);
|
|
960
960
|
_destroyed = new Subject();
|
|
961
|
-
_hasWatchers;
|
|
961
|
+
_hasWatchers = false;
|
|
962
962
|
groundOverlay;
|
|
963
963
|
set url(url) {
|
|
964
964
|
this._url.next(url);
|
|
@@ -3302,7 +3302,7 @@ class MapAdvancedMarker {
|
|
|
3302
3302
|
set content(content) {
|
|
3303
3303
|
this._content = content;
|
|
3304
3304
|
}
|
|
3305
|
-
_content;
|
|
3305
|
+
_content = null;
|
|
3306
3306
|
set gmpDraggable(draggable) {
|
|
3307
3307
|
this._draggable = draggable;
|
|
3308
3308
|
}
|