Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions dist/samples/3d-model-interactive/app/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
// @ts-nocheck
// [START maps_3d_model_interactive]
async function init() {
// Import the needed libraries.
const { Map3DElement, Model3DInteractiveElement } = await google.maps.importLibrary("maps3d");

const map = new Map3DElement({
Expand Down
1 change: 1 addition & 0 deletions dist/samples/3d-model-interactive/docs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
// @ts-nocheck
// [START maps_3d_model_interactive]
async function init() {
// Import the needed libraries.
const { Map3DElement, Model3DInteractiveElement } = await google.maps.importLibrary("maps3d");
const map = new Map3DElement({
center: { lat: 39.1178, lng: -106.4452, altitude: 4395.4952 }, range: 1500, tilt: 74, heading: 0,
Expand Down
1 change: 1 addition & 0 deletions dist/samples/3d-model-interactive/docs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
// @ts-nocheck
// [START maps_3d_model_interactive]
async function init() {
// Import the needed libraries.
const { Map3DElement, Model3DInteractiveElement } = await google.maps.importLibrary("maps3d");

const map = new Map3DElement({
Expand Down
1 change: 1 addition & 0 deletions dist/samples/3d-model-interactive/jsfiddle/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
// @ts-nocheck

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