Represents a session token used for tracking an autocomplete session, which can be a series of google.maps.places.AutocompleteService.getPlacePredictions calls followed by a single google.maps.places.PlacesService.getDetails call.
Access by calling const {AutocompleteSessionToken} = await google.maps.importLibrary("places"). See https://developers.google.com/maps/documentation/javascript/libraries.
const {AutocompleteSessionToken} = await google.maps.importLibrary("places")
Generated using TypeDoc
Represents a session token used for tracking an autocomplete session, which can be a series of google.maps.places.AutocompleteService.getPlacePredictions calls followed by a single google.maps.places.PlacesService.getDetails call.
Access by calling
const {AutocompleteSessionToken} = await google.maps.importLibrary("places")
. See https://developers.google.com/maps/documentation/javascript/libraries.