<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "ImageCaptureCore",
  "identifier" : "/documentation/ImageCaptureCore/ICDeviceLocationOptions",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "ImageCaptureCore"
    ],
    "preciseIdentifier" : "c:@T@ICDeviceLocationOptions"
  },
  "title" : "ICDeviceLocationOptions"
}
-->

# ICDeviceLocationOptions

Options for the location of the image capture device.

```
struct ICDeviceLocationOptions
```

## Topics

### Creating Location Options

[`init(rawValue:)`](/documentation/ImageCaptureCore/ICDeviceLocationOptions/init(rawValue:))

Creates ImageCaptureCore location options.

### Determining a Location

[`descriptionBluetooth`](/documentation/ImageCaptureCore/ICDeviceLocationOptions/descriptionBluetooth)

A paired Bluetooth device.

[`descriptionFireWire`](/documentation/ImageCaptureCore/ICDeviceLocationOptions/descriptionFireWire)

A device that’s directly attached to the Mac through its FireWire port.

[`descriptionMassStorage`](/documentation/ImageCaptureCore/ICDeviceLocationOptions/descriptionMassStorage)

A mass storage device.

[`descriptionUSB`](/documentation/ImageCaptureCore/ICDeviceLocationOptions/descriptionUSB)

A device that’s directly attached to the Mac through its USB port.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)