@angular/google-maps 19.0.0-next.6 → 19.0.0-next.7
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/fesm2022/google-maps.mjs
CHANGED
|
@@ -3496,9 +3496,6 @@ class MapAdvancedMarker {
|
|
|
3496
3496
|
if (changes['title']) {
|
|
3497
3497
|
advancedMarker.title = _title;
|
|
3498
3498
|
}
|
|
3499
|
-
if (changes['content']) {
|
|
3500
|
-
advancedMarker.content = _content;
|
|
3501
|
-
}
|
|
3502
3499
|
if (changes['gmpDraggable']) {
|
|
3503
3500
|
advancedMarker.gmpDraggable = _draggable;
|
|
3504
3501
|
}
|