I draw ahead path in navigation mode. For this purpose I have used signal from "NavigationModel". Here is my code
Connections {
target: Navigation.navigationModel
onRouteAheadChanged: {
map.addOverlayObject(0, Navigation.navigationModel.routeWayAhead)
}
}
But I see strange ways on my screen. Sometimes "routeWayAhead" is longer than needed and my position marker is on it. In this situation user see a tail after marker

Sometimes "routeWayAhead" is shorter than necessary and my position marker is outside of the way

Is it a way to draw exact path for navigation?
I draw ahead path in navigation mode. For this purpose I have used signal from "NavigationModel". Here is my code
But I see strange ways on my screen. Sometimes "routeWayAhead" is longer than needed and my position marker is on it. In this situation user see a tail after marker

Sometimes "routeWayAhead" is shorter than necessary and my position marker is outside of the way

Is it a way to draw exact path for navigation?