forked from organicmaps/organicmaps
[transit] Feature id field for edge.
This commit is contained in:
parent
dad7243eda
commit
585f82c784
1 changed files with 7 additions and 0 deletions
|
@ -150,8 +150,15 @@ struct EdgeData
|
|||
: m_shapeLink(shapeLink), m_weight(weight)
|
||||
{
|
||||
}
|
||||
|
||||
explicit EdgeData(EdgeWeight const & weight) : m_weight(weight) {}
|
||||
|
||||
ShapeLink m_shapeLink;
|
||||
EdgeWeight m_weight = 0;
|
||||
|
||||
// Feature id for cross-mwm transit section. It is used in Segment class as a feature id for
|
||||
// transit routing case.
|
||||
uint32_t m_featureId = 0;
|
||||
};
|
||||
|
||||
struct LineSegment
|
||||
|
|
Loading…
Add table
Reference in a new issue