A node is a point geometry geoJSON feature, containing a NodeProperties object.
In properties, nodes have an id, an array of neighbors the connect to, and the geometry ids of any geometries directly reachable on this node.
The unique identifier for the node.
The neighbors of the node.
A node is a point geometry geoJSON feature, containing a NodeProperties object.
In properties, nodes have an id, an array of neighbors the connect to, and the geometry ids of any geometries directly reachable on this node.
Interface