Oseth Track Vehicle
class OsethTrackVehicle(val routeId: RouteId, val shapeId: ShapeId, val period: Duration = 1000.milliseconds, val context: PlatformContext?)
Background vehicle location tracker with a channel
Parameters
route Id
route to track
shape Id
shape to track
period
time to refresh
Constructors
Link copied to clipboard
constructor(routeId: RouteId, shapeId: ShapeId, period: Duration = 1000.milliseconds, context: PlatformContext?)