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 a070e77 commit b29a92dCopy full SHA for b29a92d
samples/3d-model-interactive/index.ts
@@ -7,6 +7,7 @@
7
// @ts-nocheck
8
// [START maps_3d_model_interactive]
9
async function init() {
10
+ // Import the needed libraries.
11
const { Map3DElement, Model3DInteractiveElement } = await google.maps.importLibrary("maps3d");
12
13
const map = new Map3DElement({
0 commit comments