diff --git a/googlemaps/index.d.ts b/googlemaps/index.d.ts index f94b29525c..3bb12e8d24 100644 --- a/googlemaps/index.d.ts +++ b/googlemaps/index.d.ts @@ -2205,6 +2205,8 @@ declare namespace google.maps { export interface AutocompleteOptions { bounds?: LatLngBounds|LatLngBoundsLiteral; componentRestrictions?: ComponentRestrictions; + placeIdOnly?: boolean; + strictBounds?: boolean; types?: string[]; }