-
Notifications
You must be signed in to change notification settings - Fork 69
Description
Overview
Currently, when a user zooms out too far on the main map, a passive "Zoom in for stops" warning appears at the top of the screen. To actually see the stops, the user is forced to manually pinch and adjust the map until they find the exact zoom level that triggers the map pins to render.
Proposed Behavior
To reduce UX friction and make map navigation smoother, this warning label should be an actionable button. When the user taps the "Zoom in for stops" text, the map should automatically animate and zoom in to the minimum required threshold (approximately a 0.01 degree coordinate span). This guarantees the stops instantly become visible with a single tap, completely bypassing the need for manual pinch-to-zoom.
Here is a preview of the interaction(this is just a prototype):