Share via


IMKReverseGeocoderDelegate Interface

Definition

When overridden, allows customization of events relating to the lifecycle of a MKReverseGeocoder.

[Foundation.Protocol(Name="MKReverseGeocoderDelegate", WrapperType=typeof(MapKit.MKReverseGeocoderDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="FailedWithError", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKReverseGeocoder), typeof(Foundation.NSError) }, Selector="reverseGeocoder:didFailWithError:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="FoundWithPlacemark", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKReverseGeocoder), typeof(MapKit.MKPlacemark) }, Selector="reverseGeocoder:didFindPlacemark:")]
public interface IMKReverseGeocoderDelegate : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="MKReverseGeocoderDelegate", WrapperType=typeof(MapKit.MKReverseGeocoderDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="FailedWithError", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKReverseGeocoder), typeof(Foundation.NSError) }, Selector="reverseGeocoder:didFailWithError:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="FoundWithPlacemark", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKReverseGeocoder), typeof(MapKit.MKPlacemark) }, Selector="reverseGeocoder:didFindPlacemark:")>]
type IMKReverseGeocoderDelegate = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Properties

Name Description
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

Name Description
FailedWithError(MKReverseGeocoder, NSError)
FoundWithPlacemark(MKReverseGeocoder, MKPlacemark)

Extension Methods

Name Description
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)

Applies to

See also