timeByState property

Map<String, Duration> timeByState
final

Time spent in each motion state.

Keys include: 'moving', 'stationary', 'unknown'

Implementation

final Map<String, Duration> timeByState;