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

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

#include "geometry/point2d.hpp"

#include "std/cstdint.hpp"

class DataSource;

namespace routing
{
extern uint8_t const kNoSpeedCamera;

uint8_t CheckCameraInPoint(m2::PointD const & point, DataSource const & dataSource);
}  // namespace routing