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 Rav4 (2019) — SUV
Toyota Rav4 (2019) — SUV
Seats: 4 ·
Luggage: 4 ·
Vehicle ID: suv-toyota-rav4-2018-aleksandre
We use cookies to improve your experience.
Learn more