second test
This commit is contained in:
parent
73021a06ab
commit
71c9341878
1 changed files with 1 additions and 1 deletions
|
@ -817,7 +817,7 @@ public class RouteCalculationResult {
|
|||
// (!Algorithms.objectEquals(p.getRef(), i.getRef()) &&
|
||||
// !Algorithms.objectEquals(p.getStreetName(), i.getStreetName()))) {
|
||||
// Just a temporary test
|
||||
if(p == null || !i.getTurnType().isSkipToSpeak()) {
|
||||
if(!i.getTurnType().isSkipToSpeak()) {
|
||||
p = new RouteDirectionInfo(i.getAverageSpeed(), i.getTurnType());
|
||||
p.routePointOffset = i.routePointOffset;
|
||||
p.routeEndPointOffset = i.routeEndPointOffset;
|
||||
|
|
Loading…
Reference in a new issue