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

Function MoveRoute

libs/routing/routing_integration_tests/street_names_test.cpp:13–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11using namespace routing::turns;
12
13void MoveRoute(Route & route, ms::LatLon const & coords)
14{
15 location::GpsInfo info;
16 info.m_horizontalAccuracy = 0.01;
17 info.m_verticalAccuracy = 0.01;
18 info.m_longitude = coords.m_lon;
19 info.m_latitude = coords.m_lat;
20 route.MoveIterator(info);
21}
22
23UNIT_TEST(RussiaTulskayaToPaveletskayaStreetNamesTest)
24{

Callers 1

UNIT_TESTFunction · 0.85

Calls 1

MoveIteratorMethod · 0.80

Tested by

no test coverage detected