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 111c817 commit 9abcbdaCopy full SHA for 9abcbda
samples/deckgl-heatmap/index.ts
@@ -3,6 +3,7 @@
3
* Copyright 2025 Google LLC. All Rights Reserved.
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
+
7
/* [START maps_deckgl_heatmap] */
8
// Declare global namespace for Deck.gl to satisfy TypeScript compiler
9
declare namespace deck {
@@ -195,4 +196,4 @@ async function initMap(): Promise<void> {
195
196
}
197
198
initMap();
-/* [END maps_deckgl_heatmap] */
199
+/* [END maps_deckgl_heatmap] */
0 commit comments