Routing Graph
Provides full information needed for indoor routing.
Attribute | Type | Description |
---|---|---|
Nodes | Array | An array of Node objects |
Links | Array | An array of Link objects |
Example
"routingGraph" : {
"nodes" : [{
"point" : [52.518473185945005, 13.416365164059782],
"name" : "P1200407_acc15000_2193620",
"accessorRef" : "acc15000_2193620"
}, {
"point" : [52.518468251313365, 13.416282754985843],
"name" : "P1200412_13"
}, { ....
}],
"links" : [{
"link" : ["P1200412_1", "P1200405_acc15000_2193618"],
"gml:id" : "L1200412_0"
}, {
"link" : ["P1200412_3", "P1200412_2"],
"gml:id" : "L1200412_1"
}, { ...
}]
}