UX Design · Study deck
Location Privacy: Failures and Trade-offs
The proposed controls look sound on paper, but failures often appear when data is combined, retained, or reused.
UX Uma is your guide for this deck.

After studying this chapter
Learning objectives
You will be able to:
- Explain: ✗ Invasive: Upload GPS every 10 seconds, server detects arrival. ✓ Privacy-preserving: On-device geofence at home (500m radius), phone sends "arrived home" event when entering circle.
- Explain: The remaining sections connect the chapter back to neighboring privacy, location, and UX material so the design checklist is not used in isolation.
- Explain: Presenting a single privacy policy agreement covering analytics, marketing, and third-party sharing does not constitute valid GDPR consent for each purpose.
- Explain: The team must test real cases, re-identification risk, emergency needs, and the cost of each privacy trade-off.
Major section
Start With the Situation · Overview
The proposed controls look sound on paper, but failures often appear when data is combined, retained, or reused.
- The team must test real cases, re-identification risk, emergency needs, and the cost of each privacy trade-off.
- This route tests privacy patterns against failures, fleet operations, accuracy demands, and re-identification evidence.
Major section
Real-World Privacy Failures
Purpose creep is real—technical controls prevent mission drift.
- Users don't understand privacy policies—use clear UI indicators. "Anonymous" is hard—coordinate trails often re-identifiable.
Major section
Privacy-Preserving Fleet Tracking · Checkpoint: Operational Tradeoffs
Scenario: A logistics company operates 200 delivery trucks.
- 200 trucks, 8-hour shifts, 50 delivery stops per day.
- Management dashboard shows live driver locations on map.
- Historical "breadcrumb trail" shows everywhere driver went.
- Truck device preloads 50 delivery stop locations (lat/lon + 100m radius).
Major section
Location Accuracy vs Privacy
Who sees the data?: Minimize recipients (user only > service provider > third parties).
- ✗ Invasive: Upload GPS every 10 seconds, server detects arrival. ✓ Privacy-preserving: On-device geofence at home (500m radius), phone sends "arrived home" event when entering circle.
Major section
Re-ID Risk in Anonymous Data · Checkpoint: Re-Identification Risk
The Mistake: Publishing "anonymized" location datasets by removing user IDs and names, assuming this protects privacy.
- Location data is a quasi-identifier—even without names, movement patterns are highly unique and re-identifiable.
- Strava Heatmap (2018): Aggregated fitness tracker data revealed secret military bases—soldiers' running routes outlined base perimeters.
Major section
Common Pitfalls · Avoid Bundled Data Consent
Presenting a single privacy policy agreement covering analytics, marketing, and third-party sharing does not constitute valid GDPR consent for each purpose.
- Regulators have imposed multi-million euro fines for this practice.
Major section
For Kids: Meet the Sensor Squad!
The Sensor Squad learns that knowing WHERE someone is can be a big responsibility!
- the battery gasped. "Wait -- my reading nook is supposed to be SECRET!
- I go there when I need quiet time.
- If everyone knows where I am all the time, I can never have privacy!".
Major section
For Kids: Meet the Sensor Squad! (continued)
"I get it now," said Sammy. "Just because I CAN know where everyone is doesn't mean I SHOULD.
- That's enough to turn on the porch light when someone arrives.".
- If a bad person got hold of Sammy's data, they'd know when our house is empty!".
- Privacy means respecting people's right to have their own space!".
Major section
Putting Numbers to It
Most IoT applications don't need continuous coordinate trails—zone events suffice.
- Trade-off: Achieving true k-anonymity requires suppressing 15-50% of location data.
- This demonstrates why location anonymization is difficult—either accept high data loss or risk re-identification.
- Key Understanding: Differential privacy adds calibrated noise to protect individual records.
Major section
Putting Numbers to It (continued)
Lower epsilon (ε) provides stronger privacy but reduces data utility.
- The privacy budget is consumable—each query weakens the overall privacy guarantee.
- With 10 trips, temporal patterns (leaves 8:05am ± 5min daily) further narrow to 1-2 unique individuals.
- Lesson: removing user IDs insufficient—location trails themselves are identifiers.
Major section
Checkpoint: Quantified Privacy · Concept Relationships
You now know why every published statistic should have a purpose, precision, retention, and re-identification review.
- You now know how calculator outputs can support design decisions without replacing legal or ethical review.
- The remaining sections connect the chapter back to neighboring privacy, location, and UX material so the design checklist is not used in isolation.
Deck summary
Key takeaways
The proposed controls look sound on paper, but failures often appear when data is combined, retained, or reused.
- Purpose creep is real—technical controls prevent mission drift.
- Scenario: A logistics company operates 200 delivery trucks.
- Who sees the data?: Minimize recipients (user only > service provider > third parties).
- The Mistake: Publishing "anonymized" location datasets by removing user IDs and names, assuming this protects privacy.
Retrieval practice
Recall check 1 of 5

UX Uma says: answer from memory, then check your reasoning.
Q1Your smart building uses occupancy detection to control lighting and HVAC. Privacy regulations prohibit tracking individual people. Which location awareness technique respects privacy while achieving energy efficiency?
Show answer
Answer: C Privacy-preserving occupancy detection uses sensors that detect presence without identifying individuals: PIR motion sensors detect movement (someone is present), not identity.
Retrieval practice
Recall check 2 of 5

UX Uma says: answer from memory, then check your reasoning.
Q2An elderly care IoT system uses location tracking for fall detection and wandering alerts. Family members want real-time location access, but the elderly person wants privacy. What is the most ethical design approach?
Show answer
Answer: D see answers page
Retrieval practice
Recall check 3 of 5

UX Uma says: answer from memory, then check your reasoning.
Q3A smart retail store uses BLE beacons to send personalized offers to shoppers' phones based on their location in the store. Shoppers must install an app and grant location permissions. What privacy concern does this raise?
Show answer
Answer: C Location-based retail analytics create detailed surveillance profiles: time spent in each aisle, products examined, visit frequency, and comparison shopping patterns.
Retrieval practice
Recall check 4 of 5

UX Uma says: answer from memory, then check your reasoning.
Q4You are designing a privacy-preserving contact tracing system. Which approach best detects close contacts while minimizing collection of precise location history?
Show answer
Answer: C BLE proximity systems can estimate "nearby contact" without collecting where someone went.
Retrieval practice
Recall check 5 of 5

UX Uma says: answer from memory, then check your reasoning.
Q5Place each privacy control where it lives so you can trace whether location data has a valid purpose, a minimized lifetime, and accountable access.
Show answer
Answer: A Location privacy is a lifecycle: establish purpose and consent, minimize stored precision and retention, then enforce access, audit, and deletion.
Q6Complete the IoT notification toast component:
Show answer
Answer: A classList.add() adds multiple CSS classes. appendChild() inserts the element into the DOM. setTimeout auto-dismisses the toast.
Print reference
Answers 1 of 2
Answer key.
- C · Privacy-preserving occupancy detection uses sensors that detect presence without identifying individuals: PIR motion sensors detect movement (someone is present), not identity.
- D · Ethical IoT location tracking balances safety and autonomy: (1) Informed consent: Elderly person must understand and agree to tracking, (2) Tiered disclosure: Normal activity is private; only emergencies (fall detected, left safe zone, panic button) trigger location alerts, (3) Transparency: Elderly person knows when location is shared, (4) Control: Ability to disable tracking temporarily.
Print reference
Answers 2 of 2
Answer key.
- C · Location-based retail analytics create detailed surveillance profiles: time spent in each aisle, products examined, visit frequency, and comparison shopping patterns.
- C · BLE proximity systems can estimate "nearby contact" without collecting where someone went.
- A · Location privacy is a lifecycle: establish purpose and consent, minimize stored precision and retention, then enforce access, audit, and deletion.
- A · classList.add() adds multiple CSS classes. appendChild() inserts the element into the DOM. setTimeout auto-dismisses the toast.