tr bike exceptions
This commit is contained in:
parent
e629a2b2b2
commit
f15c5b923e
8 changed files with 55 additions and 5 deletions
|
|
@ -8,6 +8,7 @@ package btools.mapaccess;
|
|||
public final class TurnRestriction
|
||||
{
|
||||
public boolean isPositive;
|
||||
public short exceptions;
|
||||
|
||||
public int fromLon;
|
||||
public int fromLat;
|
||||
|
|
@ -17,6 +18,11 @@ public final class TurnRestriction
|
|||
|
||||
public TurnRestriction next;
|
||||
|
||||
public boolean exceptBikes()
|
||||
{
|
||||
return ( exceptions & 1 ) != 0;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue