isActiveTrip property

bool isActiveTrip
final

Control if should accept new location changes or ends the current trip

  isActiveTrip: active

When isActiveTrip false skip new location pushing the Location Queue

Default value: true

Implementation

final bool isActiveTrip;