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

Method Route

libs/routing/route.cpp:40–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40Route::Route(string const & router, vector<m2::PointD> const & points, uint64_t routeId, string const & name)
41 : m_router(router)
42 , m_routingSettings(GetRoutingSettings(VehicleType::Car))
43 , m_name(name)
44 , m_poly(points.begin(), points.end())
45 , m_routeId(routeId)
46{}
47
48void Route::AddAbsentCountry(string const & name)
49{

Callers

nothing calls this directly

Calls 3

GetRoutingSettingsFunction · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected