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

Function AreSpeedCamerasProhibited

libs/routing/speed_camera_prohibition.cpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31namespace routing
32{
33bool AreSpeedCamerasProhibited(platform::CountryFile const & mwm)
34{
35 return IsMwmContained(mwm, kSpeedCamerasProhibitedCountries);
36}
37
38bool AreSpeedCamerasPartlyProhibited(platform::CountryFile const & mwm)
39{

Callers 3

RedressRouteMethod · 0.85

Calls 1

IsMwmContainedFunction · 0.85

Tested by

no test coverage detected