diff --git a/googlemaps/google.maps.d.ts b/googlemaps/google.maps.d.ts index 86a446508..27275f098 100644 --- a/googlemaps/google.maps.d.ts +++ b/googlemaps/google.maps.d.ts @@ -1356,9 +1356,9 @@ declare module google.maps { } export interface AutocompleteOptions { - bounds: LatLngBounds; - componentRestrictions: ComponentRestrictions; - types: string[]; + bounds?: LatLngBounds; + componentRestrictions?: ComponentRestrictions; + types?: string[]; } export interface ComponentRestrictions {