forked from PDXostc/google_maps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
162 lines (157 loc) · 6.63 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
<!DOCTYPE html>
<!--
* Copyright (c) 2013, Intel Corporation, Jaguar Land Rover
*
* 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
*
* http://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.
*
-->
<html id="google-maps-app">
<head>
<meta name="viewport" content="width=1080, height=1920, user-scalable = no">
<meta http-equiv="cache-control" content="no-cache" />
<title>Google Maps</title>
<!-- jquery and plugins -->
<script type="text/javascript" src="./DNA_common/components/jQuery/jquery-1.8.2.js"></script>
<script type="text/javascript" src="./DNA_common/js/init.js"></script>
<link rel="stylesheet" href="./DNA_common/css/style.css"/>
<link rel="stylesheet" type="text/css" href="./css/googlemaps.css" />
<!-- Navigation -->
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false&language=en"></script>
<script type="text/javascript" src="./js/main.js"></script>
<script type="text/javascript" src="./js/v3_epoly.js"></script>
</head>
<body>
<div id="base">
<div id="topBar"></div>
<div id="app">
<!-- Top Section -->
<section id="nav-data" class="flex-parent flex-column">
<!-- Up Next, Turn Arrow, Nav Directions, Distance To, Places Button -->
<div id="nav-data-top" class="flex-parent">
<!-- Up Next, Turn Arrow, Nav Directions, Distance To -->
<div class="content flex-parent flex-val-5 flex-column">
<div id="up-next" class="flex-parent">
<div class="label-lead-line orange-viv-bg"></div>
<p class="label orange-viv flex-parent flex-item">
<small><strong>up next</strong></small>
</p>
</div>
<div id="nav-directions" class="flex-parent">
<div id="indicators" class="flex-parent flex-item flex-column">
<div id="turn-arrow"></div>
<p id="distance-to" class="center flex-item"><span></span><small></small></p>
</div>
<p id="navigation-panel" class="lead threeLinesEllipsis"></p>
</div>
</div>
<!-- Places Button -->
<div class="flex-parent flex-center flex-justify-end">
<p id="places-button" class="hex-arrow label center black">
<small><strong>places</strong></small>
<span class="menu-icon"></span>
</p>
</div>
</div>
<!-- Progress line -->
<div id="nav-data-progress">
<div id="destination-progress" class="flex-item">
<div id="VCouter" ontouchmove="VolumeControl.touch(0)" ontouchstart="VolumeControl.touch(1)">
<div id="VCbarWrapper">
<div id="VCline" class="blue-viv-bg"></div>
<div id="VCinner" class="blue-viv-bg"></div>
</div>
</div>
</div>
</div>
<!-- Destination, Still to Go -->
<div id="nav-data-bottom" class="content flex-parent">
<div id="destination-item" class="flex-item flex-val-2">
<div id="destination-label" class="flex-parent">
<div class="label-lead-line orange-viv-bg"></div>
<p class="label orange-viv flex-parent flex-item">
<small><strong>destination</strong></small>
</p>
</div>
<p id="destination-address" class="twoLinesEllipsis"></p>
<p id="destination-address-town" class="grey"><small></small></p>
</div>
<div id="still-to-go-item" class="flex-item">
<div id="still-to-go-label" class="flex-parent">
<div class="label-lead-line orange-viv-bg"></div>
<p class="label orange-viv flex-parent flex-item">
<small><strong>still to go</strong></small>
</p>
</div>
<h2 id="still-to-go-time-and-distance" class="oneLineEllipsis white"><span class="time"></span><span class="distance"></span><small class="grey"></small></h2>
<p id="arrival-text" class="label"><strong><span></span></strong><small class="grey"></small></p>
</div>
</div>
</section>
<!-- Map Section -->
<section id="nav-map" data-role="content" class="flex-parent flex-item">
<!-- Map Container-->
<div id="map-inner" class="flex-item"></div>
<!-- Map Icon Container -->
<div class="view-switch" onClick="switchMapSatelliteView()">
<div class="satellite-icon"></div>
<div class="map-icon"></div>
</div>
</section>
<!-- New Places Library -->
<div id="places-library" class="library flex-parent overlay-bg">
<div class="libraryLeftPanel">
<div class='libraryLeftControl'>
<div id='grid' class='gridIcon gridIconDisabled' onclick=""></div>
<div id='list' class='listIcon listIconDisabled' onclick=""></div>
<div id='search' class='searchIcon searchIconDisabled' onclick=""></div>
</div>
</div>
<!-- the div.library-right-panel is new -->
<div id="library-right-panel" class="flex-parent flex-column flex-item">
<div id="library-right-panel-top" class="flex-parent">
<div class="flex-item content">
<!-- the div#places-library-label and its children are new -->
<div id="places-library-label" class="flex-parent">
<div class="label-lead-line orange-viv-bg"></div>
<p class="label orange-viv flex-parent flex-item">
<small><strong>places library</strong></small>
</p>
</div>
<h3 id='libraryTopPanel'>Destinations</h3>
</div>
<p class="closeLibraryButton"></p>
</div>
<ul id='libraryContent' class='flex-item content'>
<li class="placesElement borderColorTheme">
<div class="placesBox">
<p class="oneLineEllipsis" onclick="changeDestinationAddress('Coit Tower, San Francisco, CA 94133, USA');">Coit Tower, San Francisco, CA 94133, USA</p>
</div>
</li>
<li class="placesElement borderColorTheme">
<div class="placesBox">
<p class="oneLineEllipsis" onclick="changeDestinationAddress('The Exploratorium, Pier 15, San Francisco, CA 94111, USA');">The Exploratorium, Pier 15, San Francisco, CA 94111, USA</p>
</div>
</li>
<li class="placesElement borderColorTheme">
<div class="placesBox">
<p class="oneLineEllipsis" onclick="changeDestinationAddress('Steinhart Aquarium, 55 Music Concourse Drive, San Francisco, CA 94122, USA');">Steinhart Aquarium, 55 Music Concourse Drive, San Francisco, CA 94122, USA</p>
</div>
</li>
</ul>
</div>
</div>
</div>
<div id="bottomBar"></div>
</div>
</body>
</html>