What's the best way to get at CLPlacemark properties that are deprecated in iOS 26+

I have use cases where I want to specifically query against postal address and other properties that existed on CLPlacemark.

With the new address type those are not exposed there. It might be contained in the text, so general string token searching is fine, but my data model saves postal code as an individually queryable component in my Swift Data model.

FB16064707 FB20007974 FB20008112

Answered by Frameworks Engineer in 893065022

Hello,

Thank you for filing the feedback. We do appreciate the details you have provided about your use cases as this information helps us evolve the API.

In the meantime, please continue to use the deprecated CLPlacemark API.

Hello,

Thank you for filing the feedback. We do appreciate the details you have provided about your use cases as this information helps us evolve the API.

In the meantime, please continue to use the deprecated CLPlacemark API.

What's the best way to get at CLPlacemark properties that are deprecated in iOS 26+
 
 
Q