Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions dist/samples/add-map/app/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
TODO: Update this file with relevant instructions for building the sample
in the new regime.


# Google Maps JavaScript Sample

This sample is generated from @googlemaps/js-samples located at
Expand Down
16 changes: 3 additions & 13 deletions dist/samples/add-map/app/index.html
Original file line number Diff line number Diff line change
@@ -1,18 +1,8 @@
<!doctype html>
<!--
Copyright 2025 Google LLC

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
@license
Copyright 2025 Google LLC. All Rights Reserved.
SPDX-License-Identifier: Apache-2.0
-->
<!--[START maps_add_map]-->
<html>
Expand Down
18 changes: 4 additions & 14 deletions dist/samples/add-map/app/index.ts
Original file line number Diff line number Diff line change
@@ -1,18 +1,8 @@
/*
* Copyright 2025 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
* @license
* Copyright 2025 Google LLC. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0
*/

// [START maps_add_map]
// Initialize and add the map
Expand Down
18 changes: 4 additions & 14 deletions dist/samples/add-map/app/style.css
Original file line number Diff line number Diff line change
@@ -1,18 +1,8 @@
/*
* Copyright 2025 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
* @license
* Copyright 2025 Google LLC. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0
*/
/* [START maps_add_map] */
/*
* Always set the map height explicitly to define the size of the div element
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion dist/samples/add-map/dist/assets/index-DWepjxzn.css

This file was deleted.

5 changes: 5 additions & 0 deletions dist/samples/add-map/dist/assets/index-kz-ac4rW.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/*
* @license
* Copyright 2025 Google LLC. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0
*/#map{height:100%}html,body{height:100%;margin:0;padding:0}
20 changes: 5 additions & 15 deletions dist/samples/add-map/dist/index.html
Original file line number Diff line number Diff line change
@@ -1,26 +1,16 @@
<!doctype html>
<!--
Copyright 2025 Google LLC

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
@license
Copyright 2025 Google LLC. All Rights Reserved.
SPDX-License-Identifier: Apache-2.0
-->
<!--[START maps_add_map]-->
<html>
<head>
<title>Add a Map</title>

<script type="module" crossorigin src="./assets/index-v7MVEnxo.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-DWepjxzn.css">
<script type="module" crossorigin src="./assets/index-35dha72j.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-kz-ac4rW.css">
</head>
<body>
<!--[START maps_add_map_heading]-->
Expand Down
16 changes: 3 additions & 13 deletions dist/samples/add-map/docs/index.html
Original file line number Diff line number Diff line change
@@ -1,18 +1,8 @@
<!doctype html>
<!--
Copyright 2025 Google LLC

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
@license
Copyright 2025 Google LLC. All Rights Reserved.
SPDX-License-Identifier: Apache-2.0
-->
<!--[START maps_add_map]-->
<html>
Expand Down
18 changes: 4 additions & 14 deletions dist/samples/add-map/docs/index.js
Original file line number Diff line number Diff line change
@@ -1,19 +1,9 @@
"use strict";
/*
* Copyright 2025 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
* @license
* Copyright 2025 Google LLC. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0
*/
// [START maps_add_map]
// Initialize and add the map
let map;
Expand Down
18 changes: 4 additions & 14 deletions dist/samples/add-map/docs/index.ts
Original file line number Diff line number Diff line change
@@ -1,18 +1,8 @@
/*
* Copyright 2025 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
* @license
* Copyright 2025 Google LLC. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0
*/

// [START maps_add_map]
// Initialize and add the map
Expand Down
18 changes: 4 additions & 14 deletions dist/samples/add-map/docs/style.css
Original file line number Diff line number Diff line change
@@ -1,18 +1,8 @@
/*
* Copyright 2025 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
* @license
* Copyright 2025 Google LLC. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0
*/
/* [START maps_add_map] */
/*
* Always set the map height explicitly to define the size of the div element
Expand Down
18 changes: 4 additions & 14 deletions dist/samples/add-map/jsfiddle/demo.css
Original file line number Diff line number Diff line change
@@ -1,18 +1,8 @@
/*
* Copyright 2025 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
* @license
* Copyright 2025 Google LLC. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0
*/

/*
* Always set the map height explicitly to define the size of the div element
Expand Down
16 changes: 3 additions & 13 deletions dist/samples/add-map/jsfiddle/demo.html
Original file line number Diff line number Diff line change
@@ -1,18 +1,8 @@
<!doctype html>
<!--
Copyright 2025 Google LLC

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
@license
Copyright 2025 Google LLC. All Rights Reserved.
SPDX-License-Identifier: Apache-2.0
-->

<html>
Expand Down
18 changes: 4 additions & 14 deletions dist/samples/add-map/jsfiddle/demo.js
Original file line number Diff line number Diff line change
@@ -1,19 +1,9 @@
"use strict";
/*
* Copyright 2025 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
* @license
* Copyright 2025 Google LLC. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0
*/

// Initialize and add the map
let map;
Expand Down
2 changes: 1 addition & 1 deletion dist/samples/advanced-markers-animation/app/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!doctype html>
<!--
@license
Copyright 2019 Google LLC. All Rights Reserved.
Copyright 2025 Google LLC. All Rights Reserved.
SPDX-License-Identifier: Apache-2.0
-->
<!-- [START maps_advanced_markers_animation] -->
Expand Down
2 changes: 1 addition & 1 deletion dist/samples/advanced-markers-animation/app/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright 2019 Google LLC. All Rights Reserved.
* Copyright 2025 Google LLC. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion dist/samples/advanced-markers-animation/app/style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright 2019 Google LLC. All Rights Reserved.
* Copyright 2025 Google LLC. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0
*/
/* [START maps_advanced_markers_animation] */
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions dist/samples/advanced-markers-animation/dist/index.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<!doctype html>
<!--
@license
Copyright 2019 Google LLC. All Rights Reserved.
Copyright 2025 Google LLC. All Rights Reserved.
SPDX-License-Identifier: Apache-2.0
-->
<!-- [START maps_advanced_markers_animation] -->
<html>
<head>
<title>Advanced Markers CSS Animation</title>

<script type="module" crossorigin src="./assets/index-DnHAx5KX.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-0OEaV1k-.css">
<script type="module" crossorigin src="./assets/index-8dMt4WQJ.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-DZArsvSd.css">
</head>
<body>
<div id="mapContainer">
Expand Down
2 changes: 1 addition & 1 deletion dist/samples/advanced-markers-animation/docs/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!doctype html>
<!--
@license
Copyright 2019 Google LLC. All Rights Reserved.
Copyright 2025 Google LLC. All Rights Reserved.
SPDX-License-Identifier: Apache-2.0
-->
<!-- [START maps_advanced_markers_animation] -->
Expand Down
2 changes: 1 addition & 1 deletion dist/samples/advanced-markers-animation/docs/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright 2019 Google LLC. All Rights Reserved.
* Copyright 2025 Google LLC. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0
*/
// [START maps_advanced_markers_animation]
Expand Down
2 changes: 1 addition & 1 deletion dist/samples/advanced-markers-animation/docs/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright 2019 Google LLC. All Rights Reserved.
* Copyright 2025 Google LLC. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion dist/samples/advanced-markers-animation/docs/style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright 2019 Google LLC. All Rights Reserved.
* Copyright 2025 Google LLC. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0
*/
/* [START maps_advanced_markers_animation] */
Expand Down
2 changes: 1 addition & 1 deletion dist/samples/advanced-markers-animation/jsfiddle/demo.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright 2019 Google LLC. All Rights Reserved.
* Copyright 2025 Google LLC. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion dist/samples/advanced-markers-animation/jsfiddle/demo.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!doctype html>
<!--
@license
Copyright 2019 Google LLC. All Rights Reserved.
Copyright 2025 Google LLC. All Rights Reserved.
SPDX-License-Identifier: Apache-2.0
-->

Expand Down
Loading