---
title: ICDeviceLocationType
framework: imagecapturecore
role: symbol
role_heading: Enumeration
path: imagecapturecore/icdevicelocationtype
---

# ICDeviceLocationType

The location of the image capture device.

## Declaration

```swift
enum ICDeviceLocationType
```

## Topics

### Constants

- [ICDeviceLocationType.bluetooth](imagecapturecore/icdevicelocationtype/bluetooth.md)
- [ICDeviceLocationType.bonjour](imagecapturecore/icdevicelocationtype/bonjour.md)
- [ICDeviceLocationType.local](imagecapturecore/icdevicelocationtype/local.md)
- [ICDeviceLocationType.shared](imagecapturecore/icdevicelocationtype/shared.md)

### Initializers

- [init(rawValue:)](imagecapturecore/icdevicelocationtype/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Inspecting a Device’s Type and Location

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