Modules.CoreMotion.CoreMotionActivityQueryData
Represents the activities that are returned by an activity query.
Since: 3.3.0 · Platforms: iphone, ipad
Properties #
activities#
Type: Array<CoreMotionActivity>
An array of <CoreMotionActivity> objects indicating the updates that occurred.
The objects in the array are ordered by the time at which they occurred in the
specified time interval. Use the startDate property in each motion object to
determine when the update occurred.