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

Method GetNextTurnStreetName

libs/routing/route.cpp:185–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185void Route::GetNextTurnStreetName(RouteSegment::RoadNameInfo & roadNameInfo) const
186{
187 double distance;
188 TurnItem turn;
189 GetNearestTurn(distance, turn);
190 GetClosestStreetNameAfterIdx(turn.m_index, roadNameInfo);
191}
192
193void Route::GetNextNextTurnStreetName(RouteSegment::RoadNameInfo & roadNameInfo) const
194{

Callers 4

GetRouteFollowingInfoMethod · 0.80
GenerateNotificationsMethod · 0.80
TestNextStreetNameFunction · 0.80
UNIT_TESTFunction · 0.80

Calls

no outgoing calls

Tested by 2

TestNextStreetNameFunction · 0.64
UNIT_TESTFunction · 0.64