Skip to content

Commit 386f39c

Browse files
Update dist folder [skip ci] (#565)
1 parent b29a92d commit 386f39c

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

dist/samples/3d-model-interactive/app/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
// @ts-nocheck
88
// [START maps_3d_model_interactive]
99
async function init() {
10+
// Import the needed libraries.
1011
const { Map3DElement, Model3DInteractiveElement } = await google.maps.importLibrary("maps3d");
1112

1213
const map = new Map3DElement({

dist/samples/3d-model-interactive/docs/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
// @ts-nocheck
88
// [START maps_3d_model_interactive]
99
async function init() {
10+
// Import the needed libraries.
1011
const { Map3DElement, Model3DInteractiveElement } = await google.maps.importLibrary("maps3d");
1112
const map = new Map3DElement({
1213
center: { lat: 39.1178, lng: -106.4452, altitude: 4395.4952 }, range: 1500, tilt: 74, heading: 0,

dist/samples/3d-model-interactive/docs/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
// @ts-nocheck
88
// [START maps_3d_model_interactive]
99
async function init() {
10+
// Import the needed libraries.
1011
const { Map3DElement, Model3DInteractiveElement } = await google.maps.importLibrary("maps3d");
1112

1213
const map = new Map3DElement({

dist/samples/3d-model-interactive/jsfiddle/demo.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
// @ts-nocheck
88

99
async function init() {
10+
// Import the needed libraries.
1011
const { Map3DElement, Model3DInteractiveElement } = await google.maps.importLibrary("maps3d");
1112
const map = new Map3DElement({
1213
center: { lat: 39.1178, lng: -106.4452, altitude: 4395.4952 }, range: 1500, tilt: 74, heading: 0,

0 commit comments

Comments
 (0)