From d7ae2089c641ae63106531435ad8fa5b90df68ad Mon Sep 17 00:00:00 2001 From: Yannik Bloscheck Date: Thu, 4 Sep 2025 15:08:39 +0200 Subject: [PATCH] [ios] Center location more during navigation in CarPlay Signed-off-by: Yannik Bloscheck --- iphone/Maps/Classes/CarPlay/CarPlayService.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iphone/Maps/Classes/CarPlay/CarPlayService.swift b/iphone/Maps/Classes/CarPlay/CarPlayService.swift index 9b32ea950..c39ee3957 100644 --- a/iphone/Maps/Classes/CarPlay/CarPlayService.swift +++ b/iphone/Maps/Classes/CarPlay/CarPlayService.swift @@ -55,7 +55,7 @@ final class CarPlayService: NSObject { router.restoreTripPreviewOnCarplay(beforeRootTemplateDidAppear: true) } updateContentStyle(configuration.contentStyle) - FrameworkHelper.updatePositionArrowOffset(false, offset: 5) + FrameworkHelper.updatePositionArrowOffset(false, offset: (Int32(window.height * window.screen.scale)/3)) CarPlayWindowScaleAdjuster.updateAppearance( fromWindow: MapsAppDelegate.theApp().window,