Hello,
I use CLGeocoder
to get the CLLocationCoordinate2D
and CLRegion
for an address. Now that this is deprecated in OS 26, I don't see a replacement for that property on MKMapItem
via MKMapItemRequest
and PlaceDescriptor
. I've filed FB19027378 on this issue.
Basically I have some addresses that have a street address, and others that just have a city. With CLGeocoder
, when geocoding just the city, the CLRegion
was set such that I could show my map zoomed out just right. I'm not sure how to do that now.
Thanks!