---
title: "coordinateSpace(for:correction:)"
framework: arkit
role: symbol
role_heading: Instance Method
path: "arkit/accessoryanchor/coordinatespace(for:correction:)"
---

# coordinateSpace(for:correction:)

The coordinate space of a location on this accessory.

## Declaration

```swift
func coordinateSpace(for location: Accessory.LocationName, correction: ARKitCoordinateSpace.Correction) -> ARKitCoordinateSpace
```

## Parameters

- `location`: The location name.
- `correction`: Correction type to apply.

## Return Value

Return Value The coordinate space of the location.
