|
osurs
0.0.1
|
A node. More...
#include <types.h>

Data Fields | |
| char * | id |
| double | x |
| double | y |
| HashMap * | routes |
A node.
A node is a stop location used by different routes.
| char* node_t::id |
Identifier.
| double node_t::x |
X coordinate.
| double node_t::y |
Y coordinate.