Fix definition of google.maps.InfoWindow.open().

Fixes #4364.
This commit is contained in:
Chris Wrench
2015-07-13 17:25:26 +01:00
parent efd764c643
commit 381072091d
+1 -1
View File
@@ -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;