mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
fix the return type of google.maps.Polygon.getPaths
This commit is contained in:
Vendored
+1
-1
@@ -367,7 +367,7 @@ declare module google.maps {
|
||||
getEditable(): boolean;
|
||||
getMap(): Map;
|
||||
getPath(): MVCArray;
|
||||
getPaths(): MVCArray[];
|
||||
getPaths(): MVCArray;
|
||||
getVisible(): boolean;
|
||||
setDraggable(draggable: boolean): void;
|
||||
setEditable(editable: boolean): void;
|
||||
|
||||
Reference in New Issue
Block a user