update lib part one
This commit is contained in:
parent
eba0b18689
commit
54a7ad6b9d
6 changed files with 41 additions and 4 deletions
|
|
@ -18,6 +18,7 @@ public final class MatchedWaypoint {
|
|||
public OsmNode waypoint;
|
||||
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
|
||||
|
||||
public boolean hasUpdate;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue