@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License
2
2
 
3
- Copyright (c) 2025 Google LLC.
3
+ Copyright (c) 2026 Google LLC.
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -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
  }