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