Merge pull request #478 from afischerdev/update-version
Extend android service interface and http API
This commit is contained in:
commit
0566f8154c
6 changed files with 47 additions and 7 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