The place-autocomplete-data-simple sample demonstrates making a single request for Place predictions, then requests Place Details for the first result.
npm i
cd samples/place-autocomplete-data-simple
npm start
cd samples/place-autocomplete-data-simple
npm run build
From 'samples':
npm run build --workspace=place-autocomplete-data-simple/
From 'samples':
npm run build-all
cd samples/place-autocomplete-data-simple
npx eslint index.ts
For feedback related to this sample, please open a new issue on GitHub.