The event-object provided to BackgroundGeolocation.onActivityChange.
BackgroundGeolocation.onActivityChange(activityChangeEvent => { console.log("[activitychange] ", activityChangeEvent.activity, activityChangeEvent.confidence); });
The reported device motion activity.
still
walking
on_foot
running
on_bicycle
in_vehicle
unknown
Confidence of the reported device motion activity in %.
Generated using TypeDoc
The event-object provided to BackgroundGeolocation.onActivityChange.