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

Method GetNextNextTurnStreetName

libs/routing/route.cpp:193–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}
192
193void Route::GetNextNextTurnStreetName(RouteSegment::RoadNameInfo & roadNameInfo) const
194{
195 double distance;
196 TurnItem turn;
197 GetNextTurn(distance, turn);
198 GetClosestStreetNameAfterIdx(turn.m_index, roadNameInfo);
199}
200
201// If exit is false, returns ref and name.
202// If exit is true, returns m_junction_ref, m_destination_ref, m_destination, m_name.

Callers 1

GetRouteFollowingInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected