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