---
title: locationDescription
framework: imagecapturecore
role: symbol
role_heading: Instance Property
path: imagecapturecore/icdevice/locationdescription
---

# locationDescription

A nonlocalized location description for the device.

## Declaration

```swift
var locationDescription: String? { get }
```

## Discussion

Discussion This property returns either the description of an ICDeviceLocationType, or a description obtained from the Bonjour TXT record of a network device.

## See Also

### Inspecting a Device’s Type and Location

- [type](imagecapturecore/icdevice/type.md)
- [ICDeviceType](imagecapturecore/icdevicetype.md)
- [ICDeviceTypeMask](imagecapturecore/icdevicetypemask.md)
- [modulePath](imagecapturecore/icdevice/modulepath.md)
- [moduleVersion](imagecapturecore/icdevice/moduleversion.md)
- [ICDeviceLocationType](imagecapturecore/icdevicelocationtype.md)
- [ICDeviceLocationTypeMask](imagecapturecore/icdevicelocationtypemask.md)
- [ICDeviceLocationOptions](imagecapturecore/icdevicelocationoptions.md)
- [usbLocationID](imagecapturecore/icdevice/usblocationid.md)
- [usbProductID](imagecapturecore/icdevice/usbproductid.md)
- [usbVendorID](imagecapturecore/icdevice/usbvendorid.md)
