Prediction.empty constructor

Prediction.empty()

Creates an empty Prediction instance.

Implementation

Prediction.empty()
    : directionNum = -1,
      direction = '',
      minutesAway = -1,
      routeID = '',
      tripID = '',
      vehicleID = '';