Skip to content
themindstorm edited this page Apr 7, 2020 · 3 revisions

Bus Stop

String: code

The 6-digit bus stop code.

String:name

The name of the bus stop.

String:road

The road/landmark where the bus stop is.

Position: position

The Position datatype is from the geolocator package, and it includes longitude and latitude.

List<String>: services

A list of services that the bus stop serves. This is String and not int because some bus services have letters, eg. "14e", "CT18".

List<List<String>>: mrtStations

A list of MRT stations near the bus stop.

Bus Arrival

String: service

String: operatorName

String: nextBuses

Next Bus

String: timeInMinutes

String: load

String: feature

String: type