Home
last modified time | relevance | path

Searched refs:instructionCode (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeorouteparserosrmv4.cpp89 static QGeoManeuver::InstructionDirection osrmInstructionDirection(const QString &instructionCode, … in osrmInstructionDirection() argument
91 if (instructionCode == QLatin1String("0")) in osrmInstructionDirection()
93 else if (instructionCode == QLatin1String("1")) in osrmInstructionDirection()
95 else if (instructionCode == QLatin1String("2")) in osrmInstructionDirection()
97 else if (instructionCode == QLatin1String("3")) in osrmInstructionDirection()
99 else if (instructionCode == QLatin1String("4")) in osrmInstructionDirection()
101 else if (instructionCode == QLatin1String("5")) { in osrmInstructionDirection()
109 } else if (instructionCode == QLatin1String("6")) in osrmInstructionDirection()
111 else if (instructionCode == QLatin1String("7")) in osrmInstructionDirection()
113 else if (instructionCode == QLatin1String("8")) in osrmInstructionDirection()
[all …]