mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 14:20:12 +00:00
Merge pull request #14838 from simon0191/fix-autocomplete-options
Update AutoCompleteOptions according to https://developers.google.com…
This commit is contained in:
2
googlemaps/index.d.ts
vendored
2
googlemaps/index.d.ts
vendored
@@ -2211,6 +2211,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