We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b36444 commit 523cb8fCopy full SHA for 523cb8f
samples/3d-clamp-mode/README.md
@@ -1,10 +1,13 @@
1
# Google Maps JavaScript Sample
2
3
-This sample is generated from @googlemaps/js-samples located at
4
-https://github.com/googlemaps-samples/js-api-samples.
+## 3d-clamp-mode
5
6
## Setup
7
+The 3d-clamp-mode sample demonstrates how different clamp modes impact how a polyline is rendered on the map.
8
+
9
+Follow these instructions to set up and run 3d-clamp-mode sample on your local computer.
10
11
### Before starting run:
12
13
`$npm i`
@@ -19,7 +22,7 @@ First `cd` to the folder for the sample to run, then:
19
22
20
23
From `samples/`:
21
24
-`$npm run build --workspace=sample-name/`
25
+`$npm run build --workspace=3d-clamp-mode/`
26
27
### Build all of the examples.
28
0 commit comments