<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: 26.0.0 -",
    "macOS: 26.0.0 -",
    "tvOS: 26.0.0 -",
    "visionOS: 26.0.0 -",
    "watchOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "GeoToolbox",
  "identifier" : "/documentation/GeoToolbox/PlaceDescriptor/PlaceRepresentation",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "GeoToolbox"
    ],
    "preciseIdentifier" : "s:10GeoToolbox15PlaceDescriptorV0C14RepresentationO"
  },
  "title" : "PlaceDescriptor.PlaceRepresentation"
}
-->

# PlaceDescriptor.PlaceRepresentation

Values that represent a physical place, suitable for use when searching or retrieving rich data.

```
enum PlaceRepresentation
```

## Topics

### Place representations

[`var address: String?`](/documentation/GeoToolbox/PlaceDescriptor/address)

A full address, that one could use in postal or administrative scenarios.

[`var coordinate: CLLocationCoordinate2D?`](/documentation/GeoToolbox/PlaceDescriptor/coordinate)

The latitude and longitude for a place.

### Enumeration cases

[`case address(String)`](/documentation/GeoToolbox/PlaceDescriptor/PlaceRepresentation/address(_:))

Full address, as you’d use in postal or administrative scenarios.

[`case coordinate(CLLocationCoordinate2D)`](/documentation/GeoToolbox/PlaceDescriptor/PlaceRepresentation/coordinate(_:))

A physical location described by its latitude and longitude.

[`case deviceLocation(CLLocation)`](/documentation/GeoToolbox/PlaceDescriptor/PlaceRepresentation/deviceLocation(_:))

Physical location in a coordinate system that a device would collect.

## Relationships

### Conforms To

[`Sendable`](/documentation/Swift/Sendable)

[`Equatable`](/documentation/Swift/Equatable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Encodable`](/documentation/Swift/Encodable)

[`Decodable`](/documentation/Swift/Decodable)

---

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)