# How We Built a Smarter Pickup Experience for Gated Communities

[Lyft](https://yomu.fyi/company/lyft) · winnieyan · Apr 23, 2026

**Type:** Problem & solution

## Summary

Pickups in gated communities account for up to 30% of Lyft rides in certain markets, yet locked gates and lack of advance instructions historically resulted in higher cancellation rates and extended wait times. To resolve these friction points, Lyft's Mapping team developed an end-to-end mapping and routing framework. The team built an algorithm to generate gate area boundaries, enabling the app to detect gated communities and offer riders explicit choices between waiting inside or meeting outside the gate. Routing services incorporate the gate as an intermediate waypoint to direct drivers along the proper approach path while triggering timely gate access instructions. Following deployment, rides with shared gate instructions exhibited lower cancellation rates from both parties, shorter walking distances to pickup spots, and fewer extended driver wait times.

## Context

Gated community pickups account for 25% to 30% of Lyft rides in selected markets. Previously, the app lacked gated-community guidance: riders dropped pins inside locked gates without explicit options to meet outside, while drivers arrived at barriers without access codes, driving up cancellations, wait times, and stressful back-and-forth messaging.

## Approach / What changed

Lyft's Mapping team built a gate area shape generation algorithm using OpenStreetMap and driver feedback to detect community boundaries via GPS. The app offers riders pickup choices inside or outside gates based on historical usage. Routing treats the gate as an intermediate waypoint, and post-match UI prompts riders to share codes or instructions using a numpad and structured presets.

## Takeaways

- Gated community pickups represent 25% to 30% of Lyft rides in selected markets, previously driving friction due to inflexible pickup spots and missing advance access instructions.
- Lyft implemented a gate area shape generation algorithm using OpenStreetMap data and driver feedback, automatically switching the app into a gate-aware mode based on GPS location.
- Introducing gate waypoints into routing and structured instruction sharing reduced rider and driver cancellation rates, pickup walking distances, and wait times over 5 minutes.

**Tags:** [Architecture](https://yomu.fyi/topic/architecture), [Recommendation Systems](https://yomu.fyi/topic/recommendation-systems)

[Read original post](https://eng.lyft.com/how-we-built-a-smarter-pickup-experience-for-gated-communities-47416e9df029)
