iOS: Add map marker clustering
Resolved 💬 3 comments Opened Jan 8, 2026 by sdfsdhgjkbmnmxc Closed Feb 22, 2026
Description
Add marker clustering to the iOS map screen, similar to the Android implementation.
Context
Android now uses maps-compose-utils Clustering composable for map markers. iOS should implement equivalent functionality using the Google Maps iOS SDK clustering utilities.
Requirements
- Cluster markers when zoomed out
- Show individual markers with thumbnails when zoomed in
- Show cluster count badge
- Match Android behavior
Reference
- Android implementation:
MapScreen.ktusingClusteringcomposable SpotClusterItemimplementingClusterIteminterface
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗