remove mismatched pts array
This commit is contained in:
parent
8528276ffb
commit
dbaab10377
6 changed files with 34 additions and 21 deletions
|
|
@ -16,6 +16,7 @@ public final class MatchedWaypoint {
|
|||
public OsmNode node2;
|
||||
public OsmNode crosspoint;
|
||||
public OsmNode waypoint;
|
||||
public OsmNode correctedpoint;
|
||||
public String name; // waypoint name used in error messages
|
||||
public double radius; // distance in meter between waypoint and crosspoint
|
||||
public boolean direct; // from this point go direct to next = beeline routing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue