---
title: location
framework: corefoundation
role: symbol
role_heading: Instance Property
path: corefoundation/cfrange/location
---

# location

An integer representing the starting location of the range. For type compatibility with the rest of the system, LONG_MAX is the maximum value you should use for location.

## Declaration

```swift
var location: CFIndex
```
