Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/
H A Dqgeoroutingmanagerenginemapbox.cpp107 for (const QJsonValue &voiceInstructionValue : voiceInstructions) { in parseMapboxVoiceInstructions() local
108 if (voiceInstructionValue.isObject()) in parseMapboxVoiceInstructions()
109 list << parseMapboxVoiceInstruction(voiceInstructionValue.toObject()); in parseMapboxVoiceInstructions()