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 1aaf6f2 commit 9f1189cCopy full SHA for 9f1189c
samples/map-simple/index.ts
@@ -3,7 +3,7 @@
3
* Copyright 2025 Google LLC. All Rights Reserved.
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
-
+// TEST COMMENT 001
7
// [START maps_map_simple]
8
let map: google.maps.Map;
9
async function initMap(): Promise<void> {
@@ -15,4 +15,4 @@ async function initMap(): Promise<void> {
15
}
16
17
initMap();
18
-// [END maps_map_simple]
+// [END maps_map_simple]
0 commit comments