---
title: location
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inrestaurant/location
---

# location

The location of the restaurant.

## Declaration

```swift
@NSCopying var location: CLLocation { get set }
```

## Discussion

Discussion This value represents the location on the map where the restaurant’s marker appears.

## See Also

### Accessing the Restaurant Information

- [name](intents/inrestaurant/name.md)
- [restaurantIdentifier](intents/inrestaurant/restaurantidentifier.md)
- [vendorIdentifier](intents/inrestaurant/vendoridentifier.md)
