Skip to content

Commit df8e90f

Browse files
committed
Fix region tags
1 parent fd715c5 commit df8e90f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

samples/3d-map-styling/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Copyright 2025 Google LLC. All Rights Reserved.
55
SPDX-License-Identifier: Apache-2.0
66
-->
7-
<!-- [START maps_3d_simple_map] -->
7+
<!-- [START maps_3d_map_styling] -->
88
<html>
99
<head>
1010
<title>Simple Map</title>
@@ -19,4 +19,4 @@
1919
({key: "AIzaSyA6myHzS10YXdcazAFalmXvDkrYCp5cLc8", v: "nightly",});</script>
2020
</body>
2121
</html>
22-
<!-- [END maps_3d_simple_map] -->
22+
<!-- [END maps_3d_map_styling] -->

samples/3d-map-styling/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

77
//@ts-nocheck
8-
// [START maps_3d_simple_map]
8+
// [START maps_3d_map_styling]
99
async function initMap() {
1010
const { Map3DElement } = await google.maps.importLibrary("maps3d");
1111

@@ -23,4 +23,4 @@ async function initMap() {
2323
}
2424

2525
initMap();
26-
// [END maps_3d_simple_map]
26+
// [END maps_3d_map_styling]

samples/3d-map-styling/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright 2025 Google LLC. All Rights Reserved.
44
* SPDX-License-Identifier: Apache-2.0
55
*/
6-
/* [START maps_3d_simple_map] */
6+
/* [START maps_3d_map_styling] */
77
/* * Always set the map height explicitly to define the size of the div element
88
* that contains the map.
99
*/
@@ -16,4 +16,4 @@ body {
1616
margin: 0;
1717
padding: 0;
1818
}
19-
/* [END maps_3d_simple_map] */
19+
/* [END maps_3d_map_styling] */

0 commit comments

Comments
 (0)