Skip to content

Commit 70d717c

Browse files
🤖 Merge PR DefinitelyTyped#75234 chore: sync updates to google.maps by @googlemaps-bot
Co-authored-by: copybara-service[bot] <copybara-service[bot]@users.noreply.github.com>
1 parent 181ddbf commit 70d717c

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// No tests required for generated types
2-
// Synced from: https://github.com/googlemaps/js-types/commit/5e9ee0bb9d5664ee9189b18bb7ca6f3df728929c
2+
// Synced from: https://github.com/googlemaps/js-types/commit/5c18d66b827f52c40cac7ff7012cfb3f4d3eb18f
33
google.maps.Map;

types/google.maps/index.d.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6381,6 +6381,10 @@ declare namespace google.maps.addressValidation {
63816381
* The address being validated. Unformatted addresses should be submitted via {@link google.maps.places.PostalAddress.addressLines}.
63826382
*/
63836383
address: google.maps.places.PostalAddressLiteral;
6384+
/**
6385+
* Identifiers used to attribute calls to specific packages or OSS libraries.
6386+
*/
6387+
internalUsageAttributionIds?: Iterable<string> | null;
63846388
/**
63856389
* If using a PlaceAutocompleteElement, include it here to link the AddressValidation API calls with the autocomplete session token.
63866390
*/
@@ -15892,7 +15896,7 @@ declare namespace google.maps.routes {
1589215896
createPolylines(options?: google.maps.routes.RoutePolylineOptions): google.maps.Polyline[];
1589315897
/**
1589415898
* Available only in the v=alpha channel: https://goo.gle/js-alpha-channel.
15895-
* 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.
15899+
* 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.
1589615900
*/
1589715901
createPopover(): Promise<google.maps.maps3d.PopoverElement>;
1589815902
/**

0 commit comments

Comments
 (0)