org.onebusaway.realtime.api
public interface VehicleLocationListener
VehicleLocationRecord
records incoming from an AVL data source.VehicleLocationRecord
Modifier and Type | Method and Description |
---|---|
void |
handleVehicleLocationRecord(VehicleLocationRecord record) |
void |
handleVehicleLocationRecords(List<VehicleLocationRecord> records) |
void |
resetVehicleLocation(org.onebusaway.gtfs.model.AgencyAndId vehicleId) |
void handleVehicleLocationRecord(VehicleLocationRecord record)
void handleVehicleLocationRecords(List<VehicleLocationRecord> records)
void resetVehicleLocation(org.onebusaway.gtfs.model.AgencyAndId vehicleId)
Copyright © 2014 OneBusAway. All Rights Reserved.