diff --git a/googlemaps/google.maps.d.ts b/googlemaps/google.maps.d.ts index 3f8201214..44bf78223 100644 --- a/googlemaps/google.maps.d.ts +++ b/googlemaps/google.maps.d.ts @@ -335,7 +335,7 @@ declare module google.maps { export interface PolylineOptions { clickable?: bool; - draggable: bool; + draggable?: bool; editable?: bool; geodesic?: bool; icons?: IconSequence[];