rahulpatracropsly
rahulpatracropsly
hi @evil159 thanks for replying! here is my code which i'm using for animate the camera ```swift let newCamera = CameraOptions(center: coordinate, padding: padding, zoom: lastZoomLevel, bearing: CLLocationDirection(floatLiteral: newHeading), pitch:...
Thank you @evil159 for your suggestion. I tried implementing the FollowPuckViewportState as you recommended, but unfortunately, the camera animation is not smooth, and road names continue to blink while zooming...
Hi @evil159, I'm still encountering the issue where road names blink or flicker during map navigation. I'm particularly looking for smoother camera transitions that prevent this road name blinking problem....
Hi @evil159 Thank you for your suggestion! I tried several approaches to improve the frequent camera animations, and after adding a delay to the camera animation, the issue was resolved.