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

Method GetSpeedCamInfo

libs/routing/single_vehicle_world_graph.cpp:187–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185}
186
187vector<RouteSegment::SpeedCamera> SingleVehicleWorldGraph::GetSpeedCamInfo(Segment const & segment)
188{
189 ASSERT(segment.IsRealSegment(), ());
190 return m_loader->GetSpeedCameraInfo(segment);
191}
192
193SpeedInUnits SingleVehicleWorldGraph::GetSpeedLimit(Segment const & segment)
194{

Callers

nothing calls this directly

Calls 3

ASSERTFunction · 0.85
IsRealSegmentMethod · 0.45
GetSpeedCameraInfoMethod · 0.45

Tested by

no test coverage detected