Merge pull request #4913 from EnableSoftware/google-maps-3.20

Fix definition of `google.maps.InfoWindow.open()`.
This commit is contained in:
Masahiro Wakame
2015-07-15 02:17:25 +09:00
+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;