mirror of
https://github.com/chenasraf/DefinitelyTyped.git
synced 2026-05-18 01:49:01 +00:00
🤖 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:
@@ -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;
|
||||
|
||||
5
types/google.maps/index.d.ts
vendored
5
types/google.maps/index.d.ts
vendored
@@ -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>,
|
||||
|
||||
Reference in New Issue
Block a user