Source

{{ trip.srcname}}

Destination

{{ trip.destname}}

Tracking Status

{{ trip.status}} {{ trip.operator}}

Trip Status

{{ trip.trip_status}} {{ trip.status}} ({{ trip.operator}})

{{ header.value }}

{{ fn.setData(trip[header.key], header) || "NA" }}

{{ header.value }}

{{ (!trip.reached_set_time ? (((trip.curr_ETA || trip.base_ETA || 'NA' ) | date: 'd MMM @ HH:mm' ) + (trip.delay_formatted) ) : ( 'Reached @ ' + (trip.reached_set_time | date: 'd MMM HH:mm') )) }}

Current Halt

{{ trip.current_halt_duration ? trip.current_halt_duration : "NA" }}

  • Track
    {{header.value}}

    Current Halt
  • {{ (!trip.reached_set_time ? ((fn.setTime(trip.curr_ETA || trip.base_ETA || 'NA' ) ) + (trip.delay_formatted) ) : ( 'Reached @ ' + fn.setTime(trip.reached_set_time ) )) }} {{header.key === 'tel' ? (trip.tel[0]) : ((header.key==='destname' ? (trip['destname'] || trip.drops[0].name || 'NA' ) : (trip[header.key].split(',')[0] || 'NA' )) ) }}
    stop
    {{ trip.current_halt_duration ? trip.current_halt_duration : "NA" }}
{{ distance_travelled_percentage || 0}}%
Distance Travelled

{{ trip.distance_travelled| number : 2 || '0'}}

Distance Remaining

{{ trip.distance_remained| number : 2 || '0'}}

Distance Remaining to Next Stop

{{ trip.distance_remaining_next_drop|number:'2' || '0'}}

Timeline

{{ distance_travelled_percentage || 0}}%
Distance Travelled

{{ trip.distance_travelled| number : 2 || '0'}}

Distance Remaining

{{ trip.distance_remained| number : 2 || '0'}}

Distance Remaining to Next Stop

{{ trip.distance_remaining_next_drop|number:'2' || '0'}}