Skip to content

Commit 459994d

Browse files
Closure Teamcopybara-github
Closure Team
authored andcommitted
chore: sync changes for Maps JS API v3.56.3.
PiperOrigin-RevId: 614724134
1 parent 52a43a8 commit 459994d

File tree

2 files changed

+26
-8
lines changed

2 files changed

+26
-8
lines changed

contrib/externs/maps/google_maps_api_v3_56.js

+13-4
Original file line numberDiff line numberDiff line change
@@ -6515,10 +6515,17 @@ google.maps.MapsServerError = function() {};
65156515
* @extends {google.maps.MVCObject}
65166516
* @constructor
65176517
* @deprecated As of February 21st, 2024, google.maps.Marker is deprecated.
6518-
* Please use google.maps.marker.AdvancedMarkerElement instead. Please see
6519-
* <a
6518+
* Please use {@link google.maps.marker.AdvancedMarkerElement} instead. At
6519+
* this time, google.maps.Marker is not scheduled to be discontinued,
6520+
* but {@link google.maps.marker.AdvancedMarkerElement} is recommended over
6521+
* google.maps.Marker. While google.maps.Marker will continue to receive bug
6522+
* fixes for any major regressions, existing bugs in google.maps.Marker will
6523+
* not be addressed. At least 12 months notice will be given before support
6524+
* is discontinued. Please see <a
65206525
* href="https://developers.google.com/maps/deprecations">https://developers.google.com/maps/deprecations</a>
6521-
* for deprecation details.
6526+
* for additional details and <a
6527+
* href="https://developers.google.com/maps/documentation/javascript/advanced-markers/migration">https://developers.google.com/maps/documentation/javascript/advanced-markers/migration</a>
6528+
* for the migration guide.
65226529
*/
65236530
google.maps.Marker = function(opts) {};
65246531

@@ -6824,7 +6831,9 @@ google.maps.MarkerLibrary.prototype.PinElement;
68246831
* Please use google.maps.marker.AdvancedMarkerElement instead. Please see
68256832
* <a
68266833
* href="https://developers.google.com/maps/deprecations">https://developers.google.com/maps/deprecations</a>
6827-
* for deprecation details.
6834+
* for deprecation details and <a
6835+
* href="https://developers.google.com/maps/documentation/javascript/advanced-markers/migration">https://developers.google.com/maps/documentation/javascript/advanced-markers/migration</a>
6836+
* for the migration guide.
68286837
*/
68296838
google.maps.MarkerOptions = function() {};
68306839

contrib/externs/maps/google_maps_api_v3_exp.js

+13-4
Original file line numberDiff line numberDiff line change
@@ -6515,10 +6515,17 @@ google.maps.MapsServerError = function() {};
65156515
* @extends {google.maps.MVCObject}
65166516
* @constructor
65176517
* @deprecated As of February 21st, 2024, google.maps.Marker is deprecated.
6518-
* Please use google.maps.marker.AdvancedMarkerElement instead. Please see
6519-
* <a
6518+
* Please use {@link google.maps.marker.AdvancedMarkerElement} instead. At
6519+
* this time, google.maps.Marker is not scheduled to be discontinued,
6520+
* but {@link google.maps.marker.AdvancedMarkerElement} is recommended over
6521+
* google.maps.Marker. While google.maps.Marker will continue to receive bug
6522+
* fixes for any major regressions, existing bugs in google.maps.Marker will
6523+
* not be addressed. At least 12 months notice will be given before support
6524+
* is discontinued. Please see <a
65206525
* href="https://developers.google.com/maps/deprecations">https://developers.google.com/maps/deprecations</a>
6521-
* for deprecation details.
6526+
* for additional details and <a
6527+
* href="https://developers.google.com/maps/documentation/javascript/advanced-markers/migration">https://developers.google.com/maps/documentation/javascript/advanced-markers/migration</a>
6528+
* for the migration guide.
65226529
*/
65236530
google.maps.Marker = function(opts) {};
65246531

@@ -6824,7 +6831,9 @@ google.maps.MarkerLibrary.prototype.PinElement;
68246831
* Please use google.maps.marker.AdvancedMarkerElement instead. Please see
68256832
* <a
68266833
* href="https://developers.google.com/maps/deprecations">https://developers.google.com/maps/deprecations</a>
6827-
* for deprecation details.
6834+
* for deprecation details and <a
6835+
* href="https://developers.google.com/maps/documentation/javascript/advanced-markers/migration">https://developers.google.com/maps/documentation/javascript/advanced-markers/migration</a>
6836+
* for the migration guide.
68286837
*/
68296838
google.maps.MarkerOptions = function() {};
68306839

0 commit comments

Comments
 (0)