Contents

getMapItems(completionHandler:)

Returns the map items relevant to the geocoded location.

Declaration

func getMapItems(completionHandler: @escaping @MainActor @Sendable ([MKMapItem]?, (any Error)?) -> Void)
var mapItems: [MKMapItem] { get async throws }

See Also

Getting information about the geocoder