mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 05:20:25 +00:00
Update AutoCompleteOptions according to https://developers.google.com/maps/documentation/javascript/reference#AutocompleteOptions
This commit is contained in:
Vendored
+2
@@ -2205,6 +2205,8 @@ declare namespace google.maps {
|
||||
export interface AutocompleteOptions {
|
||||
bounds?: LatLngBounds|LatLngBoundsLiteral;
|
||||
componentRestrictions?: ComponentRestrictions;
|
||||
placeIdOnly?: boolean;
|
||||
strictBounds?: boolean;
|
||||
types?: string[];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user