Thursday, June 26, 2025
29 C
Singapore

Grab rolls out first EV fleet of seven-seater BYD M6 MPVs for KLIA transport services

SEPANG: Grab Malaysia has launched its first fleet of fully electric seven-seater BYD M6 vehicles for airport transport services at Kuala Lumpur International Airport (KLIA). The move is part of the company’s long-term strategy to reduce emissions, said Rashid Shukor, Grab Malaysia’s country operations and mobility director.

During the official launch of the Grab EV service on Tuesday (June 24), Mr Shukor noted that by offering travellers a new EV transport option directly from KLIA, Grab hoped to increase public awareness and encourage wider interest in EV use across the country.

According to Malay Mail, Mr Shukor said KLIA was chosen for the launch because it is the country’s key transportation hub. The airport, he noted, is “the perfect platform” to show that EVs are not only viable but also comfortable and future-ready.

The new fully electric multipurpose vehicle (MPV) has a foldable third row, which creates more space for travellers’ luggage. Along with the EV launch, Grab has opened a dedicated EV lounge at the terminal, providing travellers a place to wait for their rides in comfort.

See also  Grab: Is ‘The Competition’ competition enough?

The launch comes after Grab signed a memorandum of understanding with BYD Sime Motors, Yinson Green Technologies, and Power-Up Tech in March.

“The company is proud to contribute to Malaysia’s national agenda of lowering carbon emissions and promoting greener mobility solutions,” Mr Shukor said. /TISG

Read also: Grab shuts down GoTo merger talks, says ‘no discussions’ or ‘definitive agreements’ between parties

Hot this week

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });