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

Method FindClosestProjectionToRoad

libs/routing/async_router.cpp:81–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81bool AsyncRouter::FindClosestProjectionToRoad(m2::PointD const & point, m2::PointD const & direction, double radius,
82 EdgeProj & proj)
83{
84 return m_router->FindClosestProjectionToRoad(point, direction, radius, proj);
85}
86
87void AsyncRouter::RouterDelegateProxy::OnProgress(float progress)
88{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected