@@ -4484,10 +4484,17 @@ declare namespace google.maps {
44844484 * google.maps.importLibrary("marker")`. See
44854485 * https://developers.google.com/maps/documentation/javascript/libraries.
44864486 * @deprecated As of February 21st, 2024, google.maps.Marker is deprecated.
4487- * Please use google.maps.marker.AdvancedMarkerElement instead. Please see
4488- * <a
4487+ * Please use {@link google.maps.marker.AdvancedMarkerElement} instead. At
4488+ * this time, google.maps.Marker is not scheduled to be discontinued,
4489+ * but {@link google.maps.marker.AdvancedMarkerElement} is recommended
4490+ * over google.maps.Marker. While google.maps.Marker will continue to
4491+ * receive bug fixes for any major regressions, existing bugs in
4492+ * google.maps.Marker will not be addressed. At least 12 months notice
4493+ * will be given before support is discontinued. Please see <a
44894494 * href="https://developers.google.com/maps/deprecations">https://developers.google.com/maps/deprecations</a>
4490- * for deprecation details.
4495+ * for additional details and <a
4496+ * href="https://developers.google.com/maps/documentation/javascript/advanced-markers/migration">https://developers.google.com/maps/documentation/javascript/advanced-markers/migration</a>
4497+ * for the migration guide.
44914498 */
44924499 export class Marker extends google.maps.MVCObject {
44934500 /**
@@ -4496,10 +4503,17 @@ declare namespace google.maps {
44964503 * https://developers.google.com/maps/documentation/javascript/libraries.
44974504 * @param opts Named optional arguments
44984505 * @deprecated As of February 21st, 2024, google.maps.Marker is deprecated.
4499- * Please use google.maps.marker.AdvancedMarkerElement instead. Please
4500- * see <a
4506+ * Please use {@link google.maps.marker.AdvancedMarkerElement} instead.
4507+ * At this time, google.maps.Marker is not scheduled to be discontinued,
4508+ * but {@link google.maps.marker.AdvancedMarkerElement} is recommended
4509+ * over google.maps.Marker. While google.maps.Marker will continue to
4510+ * receive bug fixes for any major regressions, existing bugs in
4511+ * google.maps.Marker will not be addressed. At least 12 months notice
4512+ * will be given before support is discontinued. Please see <a
45014513 * href="https://developers.google.com/maps/deprecations">https://developers.google.com/maps/deprecations</a>
4502- * for deprecation details.
4514+ * for additional details and <a
4515+ * href="https://developers.google.com/maps/documentation/javascript/advanced-markers/migration">https://developers.google.com/maps/documentation/javascript/advanced-markers/migration</a>
4516+ * for the migration guide.
45034517 */
45044518 constructor(opts?: google.maps.MarkerOptions | null);
45054519 /**
@@ -4708,7 +4722,9 @@ declare namespace google.maps {
47084722 * Please use google.maps.marker.AdvancedMarkerElement instead. Please see
47094723 * <a
47104724 * href="https://developers.google.com/maps/deprecations">https://developers.google.com/maps/deprecations</a>
4711- * for deprecation details.
4725+ * for deprecation details and <a
4726+ * href="https://developers.google.com/maps/documentation/javascript/advanced-markers/migration">https://developers.google.com/maps/documentation/javascript/advanced-markers/migration</a>
4727+ * for the migration guide.
47124728 */
47134729 export interface MarkerOptions {
47144730 /**
0 commit comments