feat(routing): increase distance for verbal pre instruction
This commit is contained in:
@ -268,7 +268,7 @@ async function tickRoute() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function verbalPreInstructionDistance(speed: number): number {
|
function verbalPreInstructionDistance(speed: number): number {
|
||||||
return Math.min(speed, 30) * 2.222 + 37.144;
|
return (Math.min(speed, 30) * 2.222 + 37.144) * 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
export function stopNavigation() {
|
export function stopNavigation() {
|
||||||
|
|||||||
Reference in New Issue
Block a user