update lib part one
This commit is contained in:
parent
eba0b18689
commit
54a7ad6b9d
6 changed files with 41 additions and 4 deletions
|
|
@ -13,6 +13,7 @@ public class OsmNodeNamed extends OsmNode {
|
|||
public double radius; // radius of nogopoint (in meters)
|
||||
public double nogoWeight; // weight for nogopoint
|
||||
public boolean isNogo = false;
|
||||
public boolean direct = false; // mark direct routing
|
||||
|
||||
public OsmNodeNamed() {
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue