Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Google Maps JavaScript Sample

This sample is generated from @googlemaps/js-samples located at https://github.com/googlemaps-samples/js-api-samples.

Setup

Before starting run:

npm i

Run an example on a local web server

cd samples/layer-data-style npm start

Build an individual example

cd samples/layer-data-style npm run build

From 'samples':

npm run build --workspace=layer-data-style/

Build all of the examples.

From 'samples':

npm run build-all

Run lint to check for problems

cd samples/layer-data-style npx eslint index.ts

Feedback

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