interface TransitVehicle {
    icon: string;
    local_icon: string;
    name: string;
    type: VehicleType;
}

Properties

icon: string

contains the URL for an icon associated with this vehicle type.

local_icon: string

contains the URL for the icon associated with this vehicle type, based on the local transport signage.

name: string

contains the name of the vehicle on this line. eg. "Subway.".

contains the type of vehicle that runs on this line.