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

Method GetCurrentStreetName

libs/routing/route.cpp:180–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180void Route::GetCurrentStreetName(RouteSegment::RoadNameInfo & roadNameInfo) const
181{
182 GetClosestStreetNameAfterIdx(m_poly.GetCurrentIter().m_ind, roadNameInfo);
183}
184
185void Route::GetNextTurnStreetName(RouteSegment::RoadNameInfo & roadNameInfo) const
186{

Callers 3

GetRouteFollowingInfoMethod · 0.80
TestCurrentStreetNameFunction · 0.80
UNIT_TESTFunction · 0.80

Calls 1

GetCurrentIterMethod · 0.80

Tested by 2

TestCurrentStreetNameFunction · 0.64
UNIT_TESTFunction · 0.64