File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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 >
1919 ( { key : "AIzaSyA6myHzS10YXdcazAFalmXvDkrYCp5cLc8" , v : "nightly" , } ) ; </ script >
2020 </ body >
2121</ html >
22- <!-- [END maps_3d_simple_map ] -->
22+ <!-- [END maps_3d_map_styling ] -->
Original file line number Diff line number Diff line change 55*/
66
77//@ts -nocheck
8- // [START maps_3d_simple_map ]
8+ // [START maps_3d_map_styling ]
99async function initMap ( ) {
1010 const { Map3DElement } = await google . maps . importLibrary ( "maps3d" ) ;
1111
@@ -23,4 +23,4 @@ async function initMap() {
2323}
2424
2525initMap ( ) ;
26- // [END maps_3d_simple_map ]
26+ // [END maps_3d_map_styling ]
Original file line number Diff line number Diff line change 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 */
1616 margin : 0 ;
1717 padding : 0 ;
1818}
19- /* [END maps_3d_simple_map ] */
19+ /* [END maps_3d_map_styling ] */
You can’t perform that action at this time.
0 commit comments