You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Tampa, lastLocationUpdateTime is always 0, so OBA Android is currently using the lastUpdateTime as the "last updated X seconds ago" data source for real-time vehicle positions. See OneBusAway/onebusaway-application-modules#151.
… location update time
* Add lastLocationUpdateTime to TripStatus objects used to deserialize OBA REST API response
* Add tests for the timestamps and status.getLastKnownLocation()
In Tampa,
lastLocationUpdateTime
is always0
, so OBA Android is currently using thelastUpdateTime
as the "last updated X seconds ago" data source for real-time vehicle positions. See OneBusAway/onebusaway-application-modules#151.However, based on a quick look at other regions, in Puget Sound
lastLocationUpdateTime
is populated for some agencies - see OneBusAway/onebusaway-application-modules#151 (comment).We should use
lastLocationUpdateTime
for the update time if its not equal to0
, and if it is equal to0
then we should uselastUpdateTime
instead.The text was updated successfully, but these errors were encountered: