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
3 changes: 1 addition & 2 deletions dist/samples/ui-kit-place-details/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@
<script type="module" src="./index.js"></script>
</head>
<body>
<h1>Click on the map to view place details</h1>
<!--[START maps_ui_kit_place_details_map] -->
<gmp-map center="-37.813,144.963" zoom="2" map-id="DEMO_MAP_ID" style="height: 400px">
<gmp-map center="-37.813,144.963" zoom="2" map-id="DEMO_MAP_ID">
<gmp-place-details
size="x-large"
slot="control-inline-start-block-start"></gmp-place-details>
Expand Down
2 changes: 1 addition & 1 deletion dist/samples/ui-kit-place-details/app/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ h1 {
}

gmp-map {
height: 400px;
height: 800px;
}

gmp-place-details {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
* @license
* Copyright 2025 Google LLC. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0
*/html,body{height:100%;margin:0;font-family:Arial,Helvetica,sans-serif}h1{font-size:16px;text-align:center}gmp-map{height:400px}gmp-place-details{visibility:hidden;background-color:#fff;border-radius:8px;margin:20px;width:400px}gmp-advanced-marker{display:none}
*/html,body{height:100%;margin:0;font-family:Arial,Helvetica,sans-serif}h1{font-size:16px;text-align:center}gmp-map{height:800px}gmp-place-details{visibility:hidden;background-color:#fff;border-radius:8px;margin:20px;width:400px}gmp-advanced-marker{display:none}
7 changes: 3 additions & 4 deletions dist/samples/ui-kit-place-details/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@
<head>
<title>Click on the map to view place details</title>
<meta charset="utf-8">
<script type="module" crossorigin src="./assets/index-ULyh_R-B.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-CsGydw2b.css">
<script type="module" crossorigin src="./assets/index-B8_Ypk3a.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-f2zskmln.css">
</head>
<body>
<h1>Click on the map to view place details</h1>
<!--[START maps_ui_kit_place_details_map] -->
<gmp-map center="-37.813,144.963" zoom="2" map-id="DEMO_MAP_ID" style="height: 400px">
<gmp-map center="-37.813,144.963" zoom="2" map-id="DEMO_MAP_ID">
<gmp-place-details
size="x-large"
slot="control-inline-start-block-start"></gmp-place-details>
Expand Down
3 changes: 1 addition & 2 deletions dist/samples/ui-kit-place-details/docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@
<script type="module" src="./index.js"></script>
</head>
<body>
<h1>Click on the map to view place details</h1>
<!--[START maps_ui_kit_place_details_map] -->
<gmp-map center="-37.813,144.963" zoom="2" map-id="DEMO_MAP_ID" style="height: 400px">
<gmp-map center="-37.813,144.963" zoom="2" map-id="DEMO_MAP_ID">
<gmp-place-details
size="x-large"
slot="control-inline-start-block-start"></gmp-place-details>
Expand Down
2 changes: 1 addition & 1 deletion dist/samples/ui-kit-place-details/docs/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ h1 {
}

gmp-map {
height: 400px;
height: 800px;
}

gmp-place-details {
Expand Down
2 changes: 1 addition & 1 deletion dist/samples/ui-kit-place-details/jsfiddle/demo.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ h1 {
}

gmp-map {
height: 400px;
height: 800px;
}

gmp-place-details {
Expand Down
3 changes: 1 addition & 2 deletions dist/samples/ui-kit-place-details/jsfiddle/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@
<script type="module" src="./index.js"></script>
</head>
<body>
<h1>Click on the map to view place details</h1>

<gmp-map center="-37.813,144.963" zoom="2" map-id="DEMO_MAP_ID" style="height: 400px">
<gmp-map center="-37.813,144.963" zoom="2" map-id="DEMO_MAP_ID">
<gmp-place-details
size="x-large"
slot="control-inline-start-block-start"></gmp-place-details>
Expand Down