|
Move Method private calculateSign(latitude double, longitude double) : int from class com.graphhopper.routing.InstructionsFromEdges to package calculateSign(prevLatitude double, prevLongitude double, latitude double, longitude double, prevOrientation double) : int from class com.graphhopper.routing.InstructionsHelper |
From |
To |
|
Move Method private isNameSimilar(name1 String, name2 String) : boolean from class com.graphhopper.routing.InstructionsFromEdges to package isNameSimilar(name1 String, name2 String) : boolean from class com.graphhopper.routing.InstructionsHelper |
From |
To |
|
Move Method private calculateOrientationDelta(latitude double, longitude double) : double from class com.graphhopper.routing.InstructionsFromEdges to package calculateOrientationDelta(prevLatitude double, prevLongitude double, latitude double, longitude double, prevOrientation double) : double from class com.graphhopper.routing.InstructionsHelper |
From |
To |
|
Move Method private isTheSameStreet(name1 String, flags1 long, name2 String, flags2 long, checkFlag boolean) : boolean from class com.graphhopper.routing.InstructionsFromEdges to private isTheSameStreet(name1 String, flags1 long, name2 String, flags2 long, checkFlag boolean) : boolean from class com.graphhopper.routing.InstructionsSurroundingEdges |
From |
To |
|
Move Method private getPointForOrientationCalculation(edgeIteratorState EdgeIteratorState) : GHPoint from class com.graphhopper.routing.InstructionsFromEdges to package getPointForOrientationCalculation(edgeIteratorState EdgeIteratorState, nodeAccess NodeAccess) : GHPoint from class com.graphhopper.routing.InstructionsHelper |
From |
To |
|
Move Method private isLeavingCurrentStreet(flag long, prevFlag long, baseNode int, prevNode int, adjNode int, name String) : boolean from class com.graphhopper.routing.InstructionsFromEdges to public isLeavingCurrentStreet(prevName String, name String) : boolean from class com.graphhopper.routing.InstructionsSurroundingEdges |
From |
To |