getMapItems(completionHandler:)
Returns the map items relevant to the reverse geocoded location.
Declaration
func getMapItems(completionHandler: @escaping @MainActor @Sendable ([MKMapItem]?, (any Error)?) -> Void)var mapItems: [MKMapItem] { get async throws }