Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 759 Bytes

File metadata and controls

41 lines (23 loc) · 759 Bytes

Google Maps JavaScript Sample

layer-data-event

This example uses a data layer to dynamically display information about a KML feature object when under the mouse cursor.

Setup

Before starting run:

npm i

Run an example on a local web server

cd samples/layer-data-event npm start

Build an individual example

cd samples/layer-data-event npm run build

From 'samples':

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

Build all of the examples.

From 'samples':

npm run build-all

Run lint to check for problems

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

Feedback

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