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

3d-camera-boundary

The 3d-camera-boundary sample demonstrates how to set a boundary for the camera in a 3D map to restrict the user's view.

Follow these instructions to set up and run 3d-camera-boundary 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=3d-camera-boundary/

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.