Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 858 Bytes

File metadata and controls

42 lines (24 loc) · 858 Bytes

Google Maps JavaScript Sample

place-autocomplete-data-simple

The place-autocomplete-data-simple sample demonstrates making a single request for Place predictions, then requests Place Details for the first result.

Setup

Before starting run:

npm i

Run an example on a local web server

cd samples/place-autocomplete-data-simple npm start

Build an individual example

cd samples/place-autocomplete-data-simple npm run build

From 'samples':

npm run build --workspace=place-autocomplete-data-simple/

Build all of the examples.

From 'samples':

npm run build-all

Run lint to check for problems

cd samples/place-autocomplete-data-simple npx eslint index.ts

Feedback

For feedback related to this sample, please open a new issue on GitHub.