You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In NavSDK 2.12.0 and older, usage of custom Puck2DConfiguration to replace the default navigation puck with a custom icon leads to map matching being disabled, which means the locations puck will no longer snap to the roads.
This is considered a known issue and there is a temporary workaround we propose:
Use UserLocationStyle.courseView with a custom subclass of UserCourseView instead of using .puck2d.
Here is a ready-to-use implementation: CustomCourseView.swift
The text was updated successfully, but these errors were encountered:
In NavSDK 2.12.0 and older, usage of custom
Puck2DConfiguration
to replace the default navigation puck with a custom icon leads to map matching being disabled, which means the locations puck will no longer snap to the roads.This is considered a known issue and there is a temporary workaround we propose:
Use
UserLocationStyle.courseView
with a custom subclass ofUserCourseView
instead of using.puck2d
.Here is a ready-to-use implementation: CustomCourseView.swift
The text was updated successfully, but these errors were encountered: