PGROUTING
3.2
|
#include "coordinate_t.h"
Public Attributes | |
int64_t | id |
double | x |
double | y |
Definition at line 37 of file coordinate_t.h.
int64_t Coordinate_t::id |
Definition at line 38 of file coordinate_t.h.
Referenced by pgr_fetch_row().
double Coordinate_t::x |
Definition at line 39 of file coordinate_t.h.
Referenced by pgr_fetch_row().
double Coordinate_t::y |
Definition at line 40 of file coordinate_t.h.
Referenced by pgr_fetch_row().