🤖 Merge PR #53744 chore: sync updates to google.maps by @googlemaps-bot

Co-authored-by: copybara-service[bot] <copybara-service[bot]@users.noreply.github.com>
This commit is contained in:
googlemaps-bot
2021-06-10 14:30:56 -06:00
committed by GitHub
parent 391cbf7d7d
commit 4862ca49d8
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,3 @@
// No tests required for generated types
// Synced from: https://github.com/googlemaps/js-types/commit/e6e3b388e83d03bc89b9e9c19f35645aa46e2816
// Synced from: https://github.com/googlemaps/js-types/commit/a1a3655287aab4682a63ea7febde9c5a8fb83b8b
google.maps.Map;

View File

@@ -2565,6 +2565,11 @@ declare namespace google.maps {
* on the same Map or StreetView as the anchor.
*/
anchor?: google.maps.MVCObject|null;
/**
* The map or panorama on which to render this InfoWindow or
* InfoWindowOpenOptions object.
*/
map?: google.maps.Map|null|google.maps.StreetViewPanorama;
/**
* Whether or not focus should be moved inside the InfoWindow when it is
* opened. When unset or set to <code>null</code> or <code>undefined</code>,