From 6b2044d46dfe0355e245c1ad20f965cd67f63f21 Mon Sep 17 00:00:00 2001 From: googlemaps-bot Date: Wed, 23 Sep 2026 14:18:08 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Merge=20PR=20#75609=20chore:=20s?= =?UTF-8?q?ync=20updates=20to=20google.maps=20by=20@googlemaps-bot?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: copybara-service[bot] --- types/google.maps/google.maps-tests.ts | 2 +- types/google.maps/index.d.ts | 14 ++++++++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/types/google.maps/google.maps-tests.ts b/types/google.maps/google.maps-tests.ts index 2caafec4362c6f..6d7283ab51ceba 100644 --- a/types/google.maps/google.maps-tests.ts +++ b/types/google.maps/google.maps-tests.ts @@ -1,3 +1,3 @@ // No tests required for generated types -// Synced from: https://github.com/googlemaps/js-types/commit/9a25dc1828a7b5b07410242445a8bd8332f48a99 +// Synced from: https://github.com/googlemaps/js-types/commit/acf9a4df7cebefd761a67b9ac4456a14a64bfb4b google.maps.Map; diff --git a/types/google.maps/index.d.ts b/types/google.maps/index.d.ts index 898807757368f2..177f844ea5d219 100644 --- a/types/google.maps/index.d.ts +++ b/types/google.maps/index.d.ts @@ -13790,6 +13790,16 @@ declare namespace google.maps.places { * @defaultValue undefined */ actionAriaLabel?: string; + /** + * Whether the default icon is hidden for all link types except custom. + * @defaultValue false + */ + get defaultIconHidden(): boolean; + /** + * Whether the default icon is hidden for all link types except custom. + * @defaultValue false + */ + set defaultIconHidden(value: boolean | null | undefined); /** * The URL to open when the link is clicked. This is only used when the action attribute is set to custom. * @defaultValue undefined @@ -17152,10 +17162,6 @@ declare namespace google.maps.routes { * Options for creating route 3D polylines. */ export interface RoutePolyline3DOptions { - /** - * The color scheme to use for the 3D polyline. When specified as FOLLOW_SYSTEM while the map colorScheme is also FOLLOW_SYSTEM, the polylines will be drawn in the same dark/light mode as the map. When not specified, {@link google.maps.routes.Route.create3DPolylines} attempts to use the colorScheme of the map or falls back to the system default. - */ - colorScheme?: google.maps.ColorSchemeString; /** * Options for customizing the style of a 3D polyline. */