MCPcopy Create free account
hub / github.com/comaps/comaps / GetRouteId

Function GetRouteId

libs/drape_frontend/transit_scheme_builder.cpp:283–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281}
282
283uint32_t GetRouteId(routing::transit::LineId lineId)
284{
285 return static_cast<uint32_t>(lineId >> 4);
286}
287
288void FillStopParamsSubway(TransitDisplayInfo const & transitDisplayInfo, MwmSet::MwmId const & mwmId,
289 routing::transit::Stop const & stop, StopNodeParamsSubway & stopParams)

Callers 3

FillStopParamsSubwayFunction · 0.85
CollectShapesSubwayMethod · 0.85
AddShapeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected