From 70d717c50815b4ef7d0a83c07430823f1895724c Mon Sep 17 00:00:00 2001 From: googlemaps-bot Date: Wed, 22 Jul 2026 08:02:54 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Merge=20PR=20#75234=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 | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/types/google.maps/google.maps-tests.ts b/types/google.maps/google.maps-tests.ts index 957b1dc7df3ee1..8dba222bf27fa5 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/5e9ee0bb9d5664ee9189b18bb7ca6f3df728929c +// Synced from: https://github.com/googlemaps/js-types/commit/5c18d66b827f52c40cac7ff7012cfb3f4d3eb18f google.maps.Map; diff --git a/types/google.maps/index.d.ts b/types/google.maps/index.d.ts index d6c9dc9c85568d..6a2ca271fca91a 100644 --- a/types/google.maps/index.d.ts +++ b/types/google.maps/index.d.ts @@ -6381,6 +6381,10 @@ declare namespace google.maps.addressValidation { * The address being validated. Unformatted addresses should be submitted via {@link google.maps.places.PostalAddress.addressLines}. */ address: google.maps.places.PostalAddressLiteral; + /** + * Identifiers used to attribute calls to specific packages or OSS libraries. + */ + internalUsageAttributionIds?: Iterable | null; /** * If using a PlaceAutocompleteElement, include it here to link the AddressValidation API calls with the autocomplete session token. */ @@ -15892,7 +15896,7 @@ declare namespace google.maps.routes { createPolylines(options?: google.maps.routes.RoutePolylineOptions): google.maps.Polyline[]; /** * Available only in the v=alpha channel: https://goo.gle/js-alpha-channel. - * Creates a popover for the route based on the data available for the route, configured in a way suitable for annotating a route on a map. Currently uses {@link google.maps.routes.Route.localizedValues} and {@link google.maps.routes.Route.path}, if available. + * Creates a popover for the route based on the data available for the route, configured in a way suitable for annotating a route on a map. Currently uses {@link google.maps.routes.Route.localizedValues}, {@link google.maps.routes.Route.path}, and {@link google.maps.routes.Route.legs}, if available. */ createPopover(): Promise; /**