forked from cloudant-labs/location-tracker-angular
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtracking.html
More file actions
executable file
·26 lines (24 loc) · 749 Bytes
/
Copy pathtracking.html
File metadata and controls
executable file
·26 lines (24 loc) · 749 Bytes
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
<div animationdirective>
<div id="map" class="trans-step1">
<!-- * -->
</div>
<div class="location-tracker-bottom trans-step2">
<div class="long-lat-container">
<div class="longitude">
<span>Longitude</span>
<p class="longitude-coordinate">Searching...</p>
</div>
<div class="latitude">
<span>Latitude</span>
<p class="latitude-coordinate">Searching...</p>
</div>
</div>
<div class="row">
<div class="trans-button">
<a href="#savedata" class="btn btn-block btn-info">
Stop & Save Location Data
</a>
</div>
</div>
</div>
</div>