| 34 | float constexpr kDepthPerSubroute = 200.0f; |
| 35 | |
| 36 | void GetArrowTextureRegion(ref_ptr<dp::TextureManager> textures, dp::TextureManager::SymbolRegion & region) |
| 37 | { |
| 38 | textures->GetSymbolRegion("route-arrow", region); |
| 39 | } |
| 40 | |
| 41 | void CalculatePoints(m2::PolylineD const & polyline, double start, double end, std::vector<m2::PointD> & result) |
| 42 | { |
no test coverage detected