Share via


MKReverseGeocodingRequestGetMapItemsCompletionHandler Delegate

Definition

public delegate void MKReverseGeocodingRequestGetMapItemsCompletionHandler(MKMapItem[]? mapItems, NSError? error);
type MKReverseGeocodingRequestGetMapItemsCompletionHandler = delegate of MKMapItem[] * NSError -> unit

Parameters

mapItems
MKMapItem[]
error
NSError

Applies to