Searched refs:voiceInstructionValue (Results 1 – 1 of 1) sorted by relevance
107 for (const QJsonValue &voiceInstructionValue : voiceInstructions) { in parseMapboxVoiceInstructions() local108 if (voiceInstructionValue.isObject()) in parseMapboxVoiceInstructions()109 list << parseMapboxVoiceInstruction(voiceInstructionValue.toObject()); in parseMapboxVoiceInstructions()