Fields option for AutoCompleteOptions was missing (#29718)

This commit is contained in:
Jeremy Shore
2018-10-15 09:47:34 -07:00
committed by Sheetal Nandi
parent 2e1f8e6fc2
commit 8b63c2bc82
+1
View File
@@ -2613,6 +2613,7 @@ declare namespace google.maps {
strictBounds?: boolean;
types?: string[];
type?: string;
fields?: string[];
}
export interface AutocompletePrediction {