mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
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