MCPcopy Create free account
hub / github.com/comaps/comaps / IsRulerRoute

Method IsRulerRoute

libs/drape_frontend/route_renderer.cpp:791–798  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

789}
790
791bool RouteRenderer::IsRulerRoute() const
792{
793 for (auto const & subroute : m_subroutes)
794 if (subroute.m_subroute->m_routeType == RouteType::Ruler)
795 return true;
796
797 return false;
798}
799
800bool RouteRenderer::HasData() const
801{

Callers 1

RenderSceneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected