---
title: CoordinateSpace.global
framework: swiftui
role: symbol
role_heading: Case
path: swiftui/coordinatespace/global
---

# CoordinateSpace.global

The global coordinate space at the root of the view hierarchy.

## Declaration

```swift
case global
```

## See Also

### Getting coordinate spaces

- [CoordinateSpace.local](swiftui/coordinatespace/local.md)
- [CoordinateSpace.named(_:)](swiftui/coordinatespace/named(_:).md)
