Found the reverseGeocodeLocation method of CLGeocoder was deprecated. What is used to get the Placemark now?
CLGeocoder's reverseGeocodeLocation is deprecated, what to use?
I cannot find that in Apple's docs nor in SDKs. Can you explain how or where you have find it?Found the reverseGeocodeLocation method of CLGeocoder was deprecated.
reverseGeocodeLocation(_:completionHandler:)
reverseGeocodeLocation(_:preferredLocale:completionHandler:)
I tested in both Xcode 11 and 12 beta, it does work (in simulators)