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

Method SetSpeedCameraInfo

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

Source from the content-addressed store, hash-verified

168 TransitInfo const & GetTransitInfo() const { return m_transitInfo.Get(); }
169
170 void SetSpeedCameraInfo(std::vector<SpeedCamera> && data) { m_speedCameras = std::move(data); }
171 std::vector<SpeedCamera> const & GetSpeedCams() const { return m_speedCameras; }
172
173 RoutingOptions GetRoadTypes() const { return m_roadTypes; }

Callers 1

RedressRouteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected