mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-05 06:40:35 +08:00
fix the return type of google.maps.Polygon.getPaths
This commit is contained in:
2
googlemaps/google.maps.d.ts
vendored
2
googlemaps/google.maps.d.ts
vendored
@@ -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