Node
A Node is a part of the routing graph that is used to connect two (2) or more links
Attribute | Type | Description |
---|---|---|
Point | Point | The geographical place of this node. |
Name | String | The name of the point, which is used by links to form the routing graph. |
AccessorRef | String | Equal to the AccessorRef gml:id which this node is located at |
Example
"nodes" : [{
"point" : [52.518473185945005, 13.416365164059782],
"name" : "P1200407_acc15000_2193620",
"accessorRef" : "acc15000_2193620"
}, {
"point" : [52.518468251313365, 13.416282754985843],
"name" : "P1200412_13"
} ..