File tree Expand file tree Collapse file tree 10 files changed +56
-69
lines changed
dist/samples/web-components-markers Expand file tree Collapse file tree 10 files changed +56
-69
lines changed Original file line number Diff line number Diff line change 1- <!doctype html>
1+ <!DOCTYPE html>
22<!--
33 @license
44 Copyright 2025 Google LLC. All Rights Reserved.
88< html >
99 < head >
1010 < title > Add a Map with Markers using HTML</ title >
11-
12- < link rel ="stylesheet " type ="text/css " href ="./style.css " />
11+ < style >
12+ gmp-map {
13+ height : 100% ;
14+ }
15+ html ,
16+ body {
17+ height : 100% ;
18+ margin : 0 ;
19+ padding : 0 ;
20+ }
21+ </ style >
1322 < script type ="module " src ="./index.js "> </ script >
1423 < script
1524 src ="https://maps.googleapis.com/maps/api/js?key=AIzaSyA6myHzS10YXdcazAFalmXvDkrYCp5cLc8&libraries=maps,marker&v=weekly "
Original file line number Diff line number Diff line change 44 * SPDX-License-Identifier: Apache-2.0
55 */
66/* [START maps_web_components_markers] */
7- /*
8- * Always set the map height explicitly to define the size of the div element
9- * that contains the map.
10- */
11- gmp-map {
12- height : 100% ;
13- }
14-
15- /*
16- * Optional: Makes the sample page fill the window.
17- */
18- html ,
19- body {
20- height : 100% ;
21- margin : 0 ;
22- padding : 0 ;
23- }
7+ /* Note: This CSS file is intentionally blank. */
248/* [END maps_web_components_markers] */
Load Diff This file was deleted.
File renamed without changes.
Original file line number Diff line number Diff line change 1- <!doctype html>
1+ <!DOCTYPE html>
22<!--
33 @license
44 Copyright 2025 Google LLC. All Rights Reserved.
88< html >
99 < head >
1010 < title > Add a Map with Markers using HTML</ title >
11-
11+ < style >
12+ gmp-map {
13+ height : 100% ;
14+ }
15+ html ,
16+ body {
17+ height : 100% ;
18+ margin : 0 ;
19+ padding : 0 ;
20+ }
21+ </ style >
1222 < script
1323 src ="https://maps.googleapis.com/maps/api/js?key=AIzaSyA6myHzS10YXdcazAFalmXvDkrYCp5cLc8&libraries=maps,marker&v=weekly "
1424 defer
1525 > </ script >
16- < script type ="module " crossorigin src ="./assets/index-Botgir2q.js "> </ script >
17- < link rel ="stylesheet " crossorigin href ="./assets/index-BZDSROJH.css ">
26+ < script type ="module " crossorigin src ="./assets/index-CPurDvCJ.js "> </ script >
1827 </ head >
1928 < body >
2029 <!-- [START maps_web_components_markers_div] -->
Original file line number Diff line number Diff line change 1- <!doctype html>
1+ <!DOCTYPE html>
22<!--
33 @license
44 Copyright 2025 Google LLC. All Rights Reserved.
88< html >
99 < head >
1010 < title > Add a Map with Markers using HTML</ title >
11-
12- < link rel ="stylesheet " type ="text/css " href ="./style.css " />
11+ < style >
12+ gmp-map {
13+ height : 100% ;
14+ }
15+ html ,
16+ body {
17+ height : 100% ;
18+ margin : 0 ;
19+ padding : 0 ;
20+ }
21+ </ style >
1322 < script type ="module " src ="./index.js "> </ script >
1423 < script
1524 src ="https://maps.googleapis.com/maps/api/js?key=AIzaSyA6myHzS10YXdcazAFalmXvDkrYCp5cLc8&libraries=maps,marker&v=weekly "
Original file line number Diff line number Diff line change 44 * SPDX-License-Identifier: Apache-2.0
55 */
66/* [START maps_web_components_markers] */
7- /*
8- * Always set the map height explicitly to define the size of the div element
9- * that contains the map.
10- */
11- gmp-map {
12- height : 100% ;
13- }
14-
15- /*
16- * Optional: Makes the sample page fill the window.
17- */
18- html ,
19- body {
20- height : 100% ;
21- margin : 0 ;
22- padding : 0 ;
23- }
7+ /* Note: This CSS file is intentionally blank. */
248/* [END maps_web_components_markers] */
Original file line number Diff line number Diff line change 44 * SPDX-License-Identifier: Apache-2.0
55 */
66
7- /*
8- * Always set the map height explicitly to define the size of the div element
9- * that contains the map.
10- */
11- gmp-map {
12- height : 100% ;
13- }
14-
15- /*
16- * Optional: Makes the sample page fill the window.
17- */
18- html ,
19- body {
20- height : 100% ;
21- margin : 0 ;
22- padding : 0 ;
23- }
7+ /* Note: This CSS file is intentionally blank. */
Original file line number Diff line number Diff line change 1- <!doctype html>
1+ <!DOCTYPE html>
22<!--
33 @license
44 Copyright 2025 Google LLC. All Rights Reserved.
88< html >
99 < head >
1010 < title > Add a Map with Markers using HTML</ title >
11-
12- < link rel ="stylesheet " type ="text/css " href ="./style.css " />
11+ < style >
12+ gmp-map {
13+ height : 100% ;
14+ }
15+ html ,
16+ body {
17+ height : 100% ;
18+ margin : 0 ;
19+ padding : 0 ;
20+ }
21+ </ style >
1322 < script type ="module " src ="./index.js "> </ script >
1423 < script
1524 src ="https://maps.googleapis.com/maps/api/js?key=AIzaSyA6myHzS10YXdcazAFalmXvDkrYCp5cLc8&libraries=maps,marker&v=weekly "
You can’t perform that action at this time.
0 commit comments