---
title: center
framework: arkit
role: symbol
role_heading: Instance Property
path: arkit/arworldmap/center
---

# center

The center point of the world map’s space-mapping data, relative to the world coordinate origin of the session the map was recorded in.

## Declaration

```swift
var center: simd_float3 { get }
```

## Discussion

Discussion The extent and center properties together define a bounding box for the data recorded in the world map.

## See Also

### Examining a World Map

- [anchors](arkit/arworldmap/anchors.md)
- [extent](arkit/arworldmap/extent.md)
