initial commit of BRouter Version 0.98
This commit is contained in:
parent
e4ae2b37d3
commit
91e62f1164
120 changed files with 15382 additions and 0 deletions
|
|
@ -0,0 +1,14 @@
|
|||
/**
|
||||
* Container for link between two Osm nodes
|
||||
*
|
||||
* @author ab
|
||||
*/
|
||||
package btools.mapaccess;
|
||||
|
||||
import java.util.*;
|
||||
|
||||
final class NodesList
|
||||
{
|
||||
public OsmNode node;
|
||||
public NodesList next;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue