Closed stmitt closed 8 months ago
The recent updates span across Android, iOS, and shared components, focusing on refining the map's visual rendering and camera behavior. The Android map view setup now directly utilizes a density parameter for improved clarity. iOS adjustments enhance polygon pattern rendering with a smarter color calculation. Shared camera code modifications offer better map orientation and zoom handling, ensuring smoother navigation and a more precise user experience.
File Location | Change Summary |
---|---|
android/.../map/view/MapView.kt |
Modified setupMap function to use a direct density parameter, removing densityExact . |
ios/graphics/Shader/Metal/... |
Adjusted color and position calculations in polygon rendering for better fade-in effects. |
shared/src/map/camera/MapCamera2d.* |
Updated camera logic for improved map orientation and zoom handling, including a zoom-specific method. |
🐇✨ In the realm of code, where maps unfold,
A rabbit hopped, through changes bold.
With density fine and colors bright,
The camera moves, in smoother flight.
Across platforms, the updates dance,
Crafting a world, for eyes to glance.
🌍💫🐰
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
New Features
Refactor