// Adds dimensions UUID, Author and Topic into GA4
Saturday, July 19, 2025
29 C
Singapore

SMRT, SBS launch new virtual maps for passengers

SINGAPORE: SMRT and SBS Transit are taking steps to improve the overall riding experience for passengers by introducing new services such as virtual route exploration and convenient facilities location through QR codes.

In September, SBS Transit initiated a trial at Sengkang MRT Station, aiming to empower passengers with advanced tools for a smoother commute. Passengers can access a virtual map of their route by visiting the dedicated link on the SBS Transit website or scanning the QR code conveniently placed at the station. This service is set to expand to four interchanges, including Hougang and Tampines, in the coming year.

The core objective of this service is to assist passengers in navigating their surroundings. It offers insights into the environment within the bus interchange and MRT stations and extends to nearby amenities like entrances, exits, restrooms, and shops.

This navigation approach aims to ensure passengers have all the information they need at their fingertips.

See also  Auntie vs. Uncle shouting match on train: "Don't stand near me!"

SMRT has also taken strides to enhance passenger convenience, particularly when it comes to finding facilities. In the previous year, SMRT revamped toilets at 30 MRT stations.

Starting in May this year, SMRT introduced a trial facility locator service at North-South Line MRT stations.

Passengers can effortlessly locate nearby facilities, such as restrooms, by scanning QR codes displayed at stations or inside the trains. A dedicated webpage provides information about the nearest facilities, including vital details like the location of disabled toilets, baby diaper changing rooms, and even toilet cleaning schedules.

The feedback from passengers has reportedly been overwhelmingly positive, prompting SMRT to consider expanding this service concept to the East-West Line.

The Land Transport Authority (LTA) is actively involved in enhancing the overall infrastructure of Singapore’s MRT system. LTA has been renovating toilets at nine MRT stations, with Clementi among them. The construction work is expected to conclude in the third quarter of the following year.

See also  Singapore swimmer Schooling to start national service

Hot this week

World marathon record-holder Ruth Chepng’etich suspended for positive doping test

Distance runner Ruth Chepng'etich, has been suspended after testing...

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); } });