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

Method ClearState

libs/routing/index_router.cpp:289–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287}
288
289void IndexRouter::ClearState()
290{
291 m_roadGraph.ClearState();
292 m_directionsEngine->Clear();
293 m_dataSource.FreeHandles();
294}
295
296bool IndexRouter::FindClosestProjectionToRoad(m2::PointD const & point, m2::PointD const & direction, double radius,
297 EdgeProj & proj)

Callers

nothing calls this directly

Calls 2

FreeHandlesMethod · 0.80
ClearMethod · 0.45

Tested by

no test coverage detected