---
title: supportingRepresentations
framework: geotoolbox
role: symbol
role_heading: Instance Property
path: geotoolbox/placedescriptor/supportingrepresentations
---

# supportingRepresentations

An array of proprietary or non-uniform representations of the place, such as representations you can use with other mapping services.

## Declaration

```swift
let supportingRepresentations: [PlaceDescriptor.SupportingPlaceRepresentation]
```

## Discussion

Discussion This is an array of possible mapping service providers you can use in place of, or in addition to MapKit’s representations.

## See Also

### Getting the attributes of a place descriptor

- [commonName](geotoolbox/placedescriptor/commonname.md)
- [address](geotoolbox/placedescriptor/address.md)
- [coordinate](geotoolbox/placedescriptor/coordinate.md)
- [representations](geotoolbox/placedescriptor/representations.md)
- [serviceIdentifier(for:)](geotoolbox/placedescriptor/serviceidentifier(for:).md)
