Welcome to mirror list, hosted at ThFree Co, Russian Federation.

speed_camera_prohibition.hpp « routing - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f9c16b1e4fbe3b6875fb8ea81112c3a3ee268f9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once

#include "platform/country_file.hpp"

namespace routing
{
/// \returns true if any information about speed cameras is prohibited in |mwm|.
bool AreSpeedCamerasProhibited(platform::CountryFile const & mwm);

/// \returns true if any information about speed cameras is prohibited or partly prohibited in |mwm|.
bool AreSpeedCamerasPartlyProhibited(platform::CountryFile const & mwm);
} // namespace routing