<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ARKit",
  "identifier" : "/documentation/ARKit/ARCoachingOverlayView/Goal-swift.enum",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "ARKit"
    ],
    "preciseIdentifier" : "c:@E@ARCoachingGoal"
  },
  "title" : "ARCoachingOverlayView.Goal"
}
-->

# ARCoachingOverlayView.Goal

The options that specify your app’s tracking requirements.

```
enum Goal
```

## Overview

This property contains the available options when you set a coaching overlay’s [`goal`](/documentation/ARKit/ARCoachingOverlayView/goal-swift.property). The coaching overlay adjusts its messaging to the user based on the value.

## Topics

### Defining a Goal

[`ARCoachingOverlayView.Goal.anyPlane`](/documentation/ARKit/ARCoachingOverlayView/Goal-swift.enum/anyPlane)

A goal that specifies your app requires a plane of any type.

[`ARCoachingOverlayView.Goal.horizontalPlane`](/documentation/ARKit/ARCoachingOverlayView/Goal-swift.enum/horizontalPlane)

A goal that specifies your app requires a horizontal plane.

[`ARCoachingOverlayView.Goal.tracking`](/documentation/ARKit/ARCoachingOverlayView/Goal-swift.enum/tracking)

A goal that specifies your app requires basic world tracking.

[`ARCoachingOverlayView.Goal.verticalPlane`](/documentation/ARKit/ARCoachingOverlayView/Goal-swift.enum/verticalPlane)

A goal that specifies your app requires a vertical plane.

[`ARCoachingOverlayView.Goal.geoTracking`](/documentation/ARKit/ARCoachingOverlayView/Goal-swift.enum/geoTracking)

A goal that specifies your app requires a precise geographic location.



---

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)