-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy-policy.html
More file actions
50 lines (41 loc) · 2.63 KB
/
Copy pathprivacy-policy.html
File metadata and controls
50 lines (41 loc) · 2.63 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Speed Limit - Privacy Policy</title>
<style>
body { font-family: -apple-system, sans-serif; max-width: 700px; margin: 40px auto; padding: 0 20px; line-height: 1.6; color: #333; }
h1 { font-size: 24px; }
h2 { font-size: 18px; margin-top: 30px; }
p { margin: 10px 0; }
.date { color: #999; font-size: 14px; }
</style>
</head>
<body>
<h1>Speed Limit - Privacy Policy</h1>
<p class="date">Last updated: April 21, 2026</p>
<h2>Overview</h2>
<p>Speed Limit ("the App") displays your current driving speed and the posted speed limit for the road you are on. Your privacy is important to us. This policy explains what data the App accesses and how it is used.</p>
<h2>Location Data</h2>
<p>The App uses your device's GPS to determine your current speed and position. Your location is used to look up the speed limit of nearby roads via third-party services (HERE Technologies and OpenStreetMap/Overpass API). Location data is sent directly from your device to these services in real time and is not stored, collected, or transmitted to any server owned or operated by us.</p>
<h2>Data We Collect</h2>
<p>We do not collect, store, or share any personal data. The App does not have user accounts, analytics, or tracking of any kind. No data leaves your device except the location queries described above.</p>
<h2>Third-Party Services</h2>
<p>The App sends your approximate location (latitude and longitude) to the following services solely to retrieve speed limit information:</p>
<ul>
<li><strong>HERE Technologies</strong> - <a href="https://legal.here.com/privacy">Privacy Policy</a></li>
<li><strong>OpenStreetMap / Overpass API</strong> - <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy">Privacy Policy</a></li>
</ul>
<h2>Background Location</h2>
<p>If you grant background location permission, the App continues to access your location while running in the background to maintain speed and speed limit updates. This data is processed on your device and is not stored or shared.</p>
<h2>Data Storage</h2>
<p>The App does not store any location history, trip data, or personal information on your device or externally.</p>
<h2>Children's Privacy</h2>
<p>The App does not knowingly collect any data from children under 13.</p>
<h2>Changes to This Policy</h2>
<p>We may update this policy from time to time. Any changes will be reflected on this page with an updated date.</p>
<h2>Contact</h2>
<p>If you have questions about this privacy policy, please contact us at: <strong>prcunningham@gmail.com</strong></p>
</body>
</html>