CoreMotionActivity

Contains the data for a single motion update event.

For more information see, iOS Developer Library: CMMotionActivity Class Reference.

  • 3.3.0
  • 3.3.0

NOTE This is an abstract type. Any object meeting this description can be used where this type is used.

Defined By

Properties

CoreMotionActivity
automotive : Booleanreadonly

A Boolean indicating whether the device is in an automobile.

A Boolean indicating whether the device is in an automobile.

CoreMotionActivity
confidence : Numberreadonly

The confidence in the assessment of the motion type.

CoreMotionActivity
running : Booleanreadonly

A Boolean indicating whether the device is on a running person.

A Boolean indicating whether the device is on a running person.

CoreMotionActivity
startDate : Datereadonly

The time at which the change in motion occurred.

The time at which the change in motion occurred.

CoreMotionActivity
stationary : Booleanreadonly

A Boolean indicating whether the device is stationary.

A Boolean indicating whether the device is stationary.

CoreMotionActivity
unknown : Booleanreadonly

A Boolean indicating whether the type of motion is unknown.

A Boolean indicating whether the type of motion is unknown.

CoreMotionActivity
walking : Booleanreadonly

A Boolean indicating whether the device is on a walking person.

A Boolean indicating whether the device is on a walking person.