<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -"
  ],
  "documentType" : "symbol",
  "framework" : "AssetsLibrary",
  "identifier" : "/documentation/AssetsLibrary/ALAssetPropertyLocation",
  "metadataVersion" : "0.1.0",
  "role" : "Global Variable",
  "symbol" : {
    "kind" : "Global Variable",
    "modules" : [
      "Assets Library"
    ],
    "preciseIdentifier" : "c:@ALAssetPropertyLocation"
  },
  "title" : "ALAssetPropertyLocation"
}
-->

# ALAssetPropertyLocation

The key to retrieve the location information of the asset.

```
extern NSString * const ALAssetPropertyLocation;
```

## Discussion

The corresponding value is a <doc://com.apple.documentation/documentation/CoreLocation/CLLocation> object. This is only available if location services are enabled for the caller.

---

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)