mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 20:39:17 +08:00
Added missing optional operator in PolylineOptions
This commit is contained in:
2
googlemaps/google.maps.d.ts
vendored
2
googlemaps/google.maps.d.ts
vendored
@@ -321,7 +321,7 @@ declare module google.maps {
|
||||
|
||||
export interface PolylineOptions {
|
||||
clickable?: bool;
|
||||
draggable: bool;
|
||||
draggable?: bool;
|
||||
editable?: bool;
|
||||
geodesic?: bool;
|
||||
icons?: IconSequence[];
|
||||
|
||||
Reference in New Issue
Block a user