Merge pull request #14838 from simon0191/fix-autocomplete-options

Update AutoCompleteOptions according to https://developers.google.com…
This commit is contained in:
Mine Starks
2017-03-08 16:15:35 -08:00
committed by GitHub

View File

@@ -2211,6 +2211,8 @@ declare namespace google.maps {
export interface AutocompleteOptions {
bounds?: LatLngBounds|LatLngBoundsLiteral;
componentRestrictions?: ComponentRestrictions;
placeIdOnly?: boolean;
strictBounds?: boolean;
types?: string[];
}