@@ -6515,10 +6515,17 @@ google.maps.MapsServerError = function() {};
6515
6515
* @extends {google.maps.MVCObject}
6516
6516
* @constructor
6517
6517
* @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
6520
6525
* 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.
6522
6529
*/
6523
6530
google.maps.Marker = function(opts) {};
6524
6531
@@ -6824,7 +6831,9 @@ google.maps.MarkerLibrary.prototype.PinElement;
6824
6831
* Please use google.maps.marker.AdvancedMarkerElement instead. Please see
6825
6832
* <a
6826
6833
* 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.
6828
6837
*/
6829
6838
google.maps.MarkerOptions = function() {};
6830
6839
0 commit comments