fix(google__maps): sessiontoken in PlaceAutocomplete is optionnal (#42165)

This commit is contained in:
Samuel Bodin
2020-02-07 14:01:56 -08:00
committed by GitHub
parent 565e8696e1
commit 6c61d48de2
+1 -1
View File
@@ -3003,7 +3003,7 @@ export interface PlaceAutocompleteRequest {
* [session](https://developers.google.com/places/web-service/autocomplete#session_tokens) for billing purposes.
* If this parameter is omitted from an autocomplete request, the request is billed independently
*/
sessiontoken: string;
sessiontoken?: string;
/**
* The position, in the input term, of the last character that the service uses to match predictions.
* For example, if the input is 'Google' and the `offset` is 3, the service will match on 'Goo'.