const journeys = d.journeys || [];
const sug = d.suggestions || [];
let html = '';
if (journeys.length) {
html += '
';
} else if (sug.length) {
html += 'Suggestions
';
for (const it of sug) {
if (it.type === 'location') {
html += `
`;
} else if (it.type === 'vehicle') {
html += `
${esc(it.title)}
${esc(it.class||'')}
`;
}
}
html += '
';
} else {
hide(); return;
}
show(html);Toyota Voxy (2018) — MINIVAN
Toyota Voxy (2018) — MINIVAN
Seats: 7 ·
Luggage: 5 ·
Vehicle ID: minivan-toyota-voxy-2018-giorgi
We use cookies to improve your experience.
Learn more