CLGeocoder's reverseGeocodeLocation is deprecated, what to use?

Found the reverseGeocodeLocation method of CLGeocoder was deprecated. What is used to get the Placemark now?

Found the reverseGeocodeLocation method of CLGeocoder was deprecated.

I cannot find that in Apple's docs nor in SDKs. Can you explain how or where you have find it?

reverseGeocodeLocation(_:completionHandler:)
reverseGeocodeLocation(_:preferredLocale:completionHandler:)

I tested in both Xcode 11 and 12 beta, it does work (in simulators)
CLGeocoder's reverseGeocodeLocation is deprecated, what to use?
 
 
Q