Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 770 Bytes

File metadata and controls

36 lines (19 loc) · 770 Bytes

Google Maps JavaScript Sample

place-autocomplete-basic-map

The place-autocomplete-basic-map sample demonstrates a basic example of how to use Place Autocomplete with a map.

Follow these instructions to set up and run place-autocomplete-basic-map sample on your local computer.

Setup

Before starting run:

npm i

Run an example on a local web server

First cd to the folder for the sample to run, then:

npm start

Build an individual example

From samples/:

npm run build --workspace=place-autocomplete-basic-map/

Build all of the examples.

From samples/:

npm run build-all

Feedback

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