Share via


IMKReverseGeocoderDelegate.FailedWithError(MKReverseGeocoder, NSError) Method

Definition

[Foundation.Export("reverseGeocoder:didFailWithError:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void FailedWithError(MapKit.MKReverseGeocoder geocoder, Foundation.NSError error);
[<Foundation.Export("reverseGeocoder:didFailWithError:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member FailedWithError : MapKit.MKReverseGeocoder * Foundation.NSError -> unit
override this.FailedWithError : MapKit.MKReverseGeocoder * Foundation.NSError -> unit

Parameters

error
NSError
Attributes

Applies to