Searched refs:secondLast (Results 1 – 1 of 1) sorted by relevance
102 QGeoManeuver secondLast = segments.at(6).maneuver(); in test_realData1() local103 QVERIFY(secondLast.instructionText().contains("Turn right onto Bartley St")); in test_realData1()104 QCOMPARE(secondLast.position(), QGeoCoordinate(-27.4655991, 153.0231628)); in test_realData1()105 QCOMPARE(secondLast.distanceToNextInstruction(), 181.0); in test_realData1()106 QCOMPARE(secondLast.timeToNextInstruction(), 41); in test_realData1()