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

Method HasTransitInfo

libs/routing/route.hpp:167–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165 double GetTimeFromBeginningSec() const { return m_timeFromBeginningS; }
166
167 bool HasTransitInfo() const { return m_transitInfo.HasTransitInfo(); }
168 TransitInfo const & GetTransitInfo() const { return m_transitInfo.Get(); }
169
170 void SetSpeedCameraInfo(std::vector<SpeedCamera> && data) { m_speedCameras = std::move(data); }

Callers 3

ProcessSubrouteMethod · 0.45
IsSubwayExistsFunction · 0.45

Calls

no outgoing calls

Tested by 1

IsSubwayExistsFunction · 0.36