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

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

#include "utils/projection.hpp"

namespace dp
{
namespace depth
{
float constexpr POSITION_ACCURACY = minDepth + 1.0f;
float constexpr MY_POSITION_MARK = maxDepth - 1.0f;
}  // namespace depth

namespace displacement
{
int constexpr kDefaultMode = 0x1;
int constexpr kHotelMode = 0x2;
}  // namespace displacement
}  // namespace dp