---
title: imageURL
framework: uikit
role: symbol
role_heading: Type Property
path: uikit/uiimagepickercontroller/infokey/imageurl
---

# imageURL

The URL of the image file.

## Declaration

```swift
static let imageURL: UIImagePickerController.InfoKey
```

## Discussion

Discussion The value of this key is a NSURL that you can use to retrieve the image file. The image in this file matches the image found in the originalImage key of the dictionary.

## See Also

### Constants

- [cropRect](uikit/uiimagepickercontroller/infokey/croprect.md)
- [editedImage](uikit/uiimagepickercontroller/infokey/editedimage.md)
- [livePhoto](uikit/uiimagepickercontroller/infokey/livephoto.md)
- [mediaMetadata](uikit/uiimagepickercontroller/infokey/mediametadata.md)
- [mediaType](uikit/uiimagepickercontroller/infokey/mediatype.md)
- [mediaURL](uikit/uiimagepickercontroller/infokey/mediaurl.md)
- [originalImage](uikit/uiimagepickercontroller/infokey/originalimage.md)
- [phAsset](uikit/uiimagepickercontroller/infokey/phasset.md)
- [referenceURL](uikit/uiimagepickercontroller/infokey/referenceurl.md)
