---
title: "resolveLocationCreated(for:with:)"
framework: intents
role: symbol
role_heading: Instance Method
path: "intents/instartphotoplaybackintenthandling/resolvelocationcreated(for:with:)"
---

# resolveLocationCreated(for:with:)

Resolves the location of the photos.

## Declaration

```swift
optional func resolveLocationCreated(for intent: INStartPhotoPlaybackIntent, with completion: @escaping @Sendable (INPlacemarkResolutionResult) -> Void)
```

```swift
optional func resolveLocationCreated(for intent: INStartPhotoPlaybackIntent) async -> INPlacemarkResolutionResult
```

## Parameters

- `intent`: The intent object containing details about the user’s request. Use this object to get the initial information, if any, provided by the user.
- `completion`: The block to execute with the resolution. You must execute this block at some point during your implementation of this method. This block has no return value and takes the following parameter:

## Discussion

Discussion Implement this method to reesolve the location of the photos.

## See Also

### Resolving the Intent Parameters

- [resolveDateCreated(for:with:)](intents/instartphotoplaybackintenthandling/resolvedatecreated(for:with:).md)
- [resolvePeopleInPhoto(for:with:)](intents/instartphotoplaybackintenthandling/resolvepeopleinphoto(for:with:).md)
- [resolveAlbumName(for:with:)](intents/instartphotoplaybackintenthandling/resolvealbumname(for:with:).md)
