map-panel-template.html 692 Bytes
Newer Older
zeynepCankara's avatar
zeynepCankara committed
1 2 3
<!-- Copyright 2020 the V8 project authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file. -->
4

5 6 7 8
<head>
  <link href="./index.css" rel="stylesheet">
</head>
<style>
9 10 11
  #searchBarInput {
    width: 200px;
  }
zeynepCankara's avatar
zeynepCankara committed
12
</style>
13
<stats-panel id="stats-panel"></stats-panel>
14 15
<div class="panel">
  <h2>Map Panel</h2>
16 17
  <map-transitions id="map-transitions"></map-transitions>
  <h3>Search Map by Address</h3>
18
  <section id="searchBar"></section>
19
  <input type="search" id="searchBarInput" placeholder="Search maps by address.."></input>
20 21
  <button id="searchBarBtn">Search</button>

22
  <map-details id="map-details"></map-details>
zeynepCankara's avatar
zeynepCankara committed
23
</div>