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. */