co-maps/libs/drape/constants.hpp

14 lines
245 B
C++
Raw Normal View History

2025-11-22 13:58:55 +01:00
#pragma once
#include "utils/projection.hpp"
namespace dp
{
namespace depth
{
float constexpr kMyPositionMarkDepth = kMaxDepth - 1.0f;
} // namespace depth
uint32_t constexpr kScreenPixelRectExtension = 75; // in pixels.
} // namespace dp