Share via


MKReverseGeocoderDelegate.FailedWithError(MKReverseGeocoder, NSError) Method

Definition

[Foundation.Export("reverseGeocoder:didFailWithError:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void FailedWithError(MapKit.MKReverseGeocoder geocoder, Foundation.NSError error);
[<Foundation.Export("reverseGeocoder:didFailWithError:")>]
[<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

Implements

Attributes

Applies to