ShuttleUpdate constructor
Uses a super constructor to define lat/lng attributes
Implementation
ShuttleUpdate(
{this.latitude,
this.longitude,
this.id,
this.trackerId,
this.heading,
this.speed,
this.time,
this.created,
this.vehicleId,
this.routeId});