Skip to content

Commit

Permalink
deploy: 5943506
Browse files Browse the repository at this point in the history
  • Loading branch information
willum070 committed May 28, 2024
1 parent 8b87a4b commit b5db24c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
4 changes: 2 additions & 2 deletions samples/place-autocomplete-data-session/docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Copyright 2019 Google LLC. All Rights Reserved.
SPDX-License-Identifier: Apache-2.0
-->
<!-- [START maps_maps_place_autocomplete_data_session] -->
<!-- [START maps_place_autocomplete_data_session] -->
<html>
<head>
<title>Place Autocomplete Data API Session</title>
Expand Down Expand Up @@ -38,4 +38,4 @@
></script>
</body>
</html>
<!-- [END maps_maps_place_autocomplete_data_session] -->
<!-- [END maps_place_autocomplete_data_session] -->
3 changes: 1 addition & 2 deletions samples/place-autocomplete-data-session/docs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
* Copyright 2024 Google LLC. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0
*/
// [START maps_maps_place_autocomplete_data_session]
// [START maps_place_autocomplete_data_session]
let title;
let results;
Expand Down Expand Up @@ -98,4 +97,4 @@ async function refreshToken(request) {
}

window.init = init;
// [END maps_maps_place_autocomplete_data_session]
// [END maps_place_autocomplete_data_session]
4 changes: 2 additions & 2 deletions samples/place-autocomplete-data-simple/docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Copyright 2019 Google LLC. All Rights Reserved.
SPDX-License-Identifier: Apache-2.0
-->
<!-- [START maps_maps_place_autocomplete_data_simple] -->
<!-- [START maps_place_autocomplete_data_simple] -->
<html>
<head>
<title>Place Autocomplete Data API Predictions</title>
Expand All @@ -30,4 +30,4 @@
({key: "AIzaSyB41DRUbKWJHPxaFjMAwdrzWzbVKartNGg", v: "weekly"});</script>
</body>
</html>
<!-- [END maps_maps_place_autocomplete_data_simple] -->
<!-- [END maps_place_autocomplete_data_simple] -->
3 changes: 1 addition & 2 deletions samples/place-autocomplete-data-simple/docs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
* Copyright 2024 Google LLC. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0
*/
// [START maps_maps_place_autocomplete_data_simple]
// [START maps_place_autocomplete_data_simple]
/**
* Demonstrates making a single request for Place predictions, then requests Place Details for the first result.
Expand Down Expand Up @@ -93,4 +92,4 @@ async function init() {
}

init();
// [END maps_maps_place_autocomplete_data_simple]
// [END maps_place_autocomplete_data_simple]

0 comments on commit b5db24c

Please sign in to comment.