<!--
{
  "availability" : [
    "iOS: 17.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "JournalingSuggestions",
  "identifier" : "/documentation/JournalingSuggestions/JournalingSuggestion/MotionActivity",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Journaling Suggestions"
    ],
    "preciseIdentifier" : "s:21JournalingSuggestions0A10SuggestionV14MotionActivityV"
  },
  "title" : "JournalingSuggestion.MotionActivity"
}
-->

# JournalingSuggestion.MotionActivity

A suggestion that describes motion activity, including the number of steps a person takes.

```
struct MotionActivity
```

## Overview

The system provides an instance of this structure to your app when a person chooses a motion suggestion in
the [`JournalingSuggestionsPicker`](/documentation/JournalingSuggestions/JournalingSuggestionsPicker).

## Topics

### Accessing motion summary information

[`var icon: URL?`](/documentation/JournalingSuggestions/JournalingSuggestion/MotionActivity/icon)

The URL to an image on disk that depicts the motion activity.

[`var date: DateInterval?`](/documentation/JournalingSuggestions/JournalingSuggestion/MotionActivity/date)

The range of time in which the motion activity takes place.

### Inspecting motion details

[`var steps: Int`](/documentation/JournalingSuggestions/JournalingSuggestion/MotionActivity/steps)

The number of steps a person takes.

[`struct MovementType`](/documentation/JournalingSuggestions/JournalingSuggestion/MotionActivity/MovementType-swift.struct)

The movement activity type that the phone records when it detects motion.

[`var movementType: JournalingSuggestion.MotionActivity.MovementType?`](/documentation/JournalingSuggestions/JournalingSuggestion/MotionActivity/movementType-swift.property)

The specific type of movement associated with the activity.

## Relationships

### Conforms To

[`JournalingSuggestionAsset`](/documentation/JournalingSuggestions/JournalingSuggestionAsset)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)