We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 86522d8 + f8c831c commit fe71165Copy full SHA for fe71165
src/utils/googlemaps_types.ts
@@ -31,7 +31,9 @@ export declare type Review =
31
export declare interface SearchByTextRequest {
32
textQuery: string;
33
fields: string[];
34
- locationBias?: google.maps.LatLngBounds;
+ locationBias?: google.maps.LatLngLiteral|google.maps.LatLngBounds;
35
+ includedType?: string;
36
+ region?: string;
37
}
38
39
/** Updated Place class with new attribution schema. */
@@ -168,4 +170,4 @@ export declare interface ValidationResult {
168
170
export declare interface AddressValidationResponse {
169
171
result: ValidationResult;
172
responseId: string;
-}
173
+}
0 commit comments