This commit is contained in:
Simon Soriano
2017-02-22 13:41:00 -05:00
parent 4be2d41193
commit 018e53711d
+2
View File
@@ -2205,6 +2205,8 @@ declare namespace google.maps {
export interface AutocompleteOptions {
bounds?: LatLngBounds|LatLngBoundsLiteral;
componentRestrictions?: ComponentRestrictions;
placeIdOnly?: boolean;
strictBounds?: boolean;
types?: string[];
}