mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-26 11:12:19 +08:00
Merge pull request #4913 from EnableSoftware/google-maps-3.20
Fix definition of `google.maps.InfoWindow.open()`.
This commit is contained in:
Vendored
+1
-1
@@ -572,7 +572,7 @@ declare module google.maps {
|
||||
* a Point anchorPoint property for calculating the pixelOffset (see InfoWindowOptions).
|
||||
* The anchorPoint is the offset from the anchor's position to the tip of the InfoWindow.
|
||||
*/
|
||||
open(map?: StreetViewPanorama, anchor?: MVCObject): void;
|
||||
open(map?: Map|StreetViewPanorama, anchor?: MVCObject): void;
|
||||
setContent(content: string|Node): void;
|
||||
setOptions(options: InfoWindowOptions): void;
|
||||
setPosition(position: LatLng): void;
|
||||
|
||||
Reference in New Issue
Block a user