Share via


IMKLookAroundViewControllerDelegate Interface

Definition

This interface represents the Objective-C protocol MKLookAroundViewControllerDelegate.

[Foundation.Protocol(Name="MKLookAroundViewControllerDelegate", WrapperType=typeof(MapKit.MKLookAroundViewControllerDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillUpdateScene", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(MapKit.MKLookAroundViewController) }, Selector="lookAroundViewControllerWillUpdateScene:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidUpdateScene", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(MapKit.MKLookAroundViewController) }, Selector="lookAroundViewControllerDidUpdateScene:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillPresentFullScreen", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(MapKit.MKLookAroundViewController) }, Selector="lookAroundViewControllerWillPresentFullScreen:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidPresentFullScreen", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(MapKit.MKLookAroundViewController) }, Selector="lookAroundViewControllerDidPresentFullScreen:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillDismissFullScreen", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(MapKit.MKLookAroundViewController) }, Selector="lookAroundViewControllerWillDismissFullScreen:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidDismissFullScreen", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(MapKit.MKLookAroundViewController) }, Selector="lookAroundViewControllerDidDismissFullScreen:")]
public interface IMKLookAroundViewControllerDelegate : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="MKLookAroundViewControllerDelegate", WrapperType=typeof(MapKit.MKLookAroundViewControllerDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillUpdateScene", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(MapKit.MKLookAroundViewController) }, Selector="lookAroundViewControllerWillUpdateScene:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidUpdateScene", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(MapKit.MKLookAroundViewController) }, Selector="lookAroundViewControllerDidUpdateScene:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillPresentFullScreen", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(MapKit.MKLookAroundViewController) }, Selector="lookAroundViewControllerWillPresentFullScreen:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidPresentFullScreen", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(MapKit.MKLookAroundViewController) }, Selector="lookAroundViewControllerDidPresentFullScreen:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillDismissFullScreen", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(MapKit.MKLookAroundViewController) }, Selector="lookAroundViewControllerWillDismissFullScreen:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidDismissFullScreen", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(MapKit.MKLookAroundViewController) }, Selector="lookAroundViewControllerDidDismissFullScreen:")>]
type IMKLookAroundViewControllerDelegate = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Remarks

A class that implements this interface (and subclasses NSObject) will be exported to Objective-C as implementing the Objective-C protocol this interface represents.

A class may also implement members from this interface to implement members from the protocol.

Properties

Name Description
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

Name Description
DidDismissFullScreen(MKLookAroundViewController)
DidPresentFullScreen(MKLookAroundViewController)
DidUpdateScene(MKLookAroundViewController)
WillDismissFullScreen(MKLookAroundViewController)
WillPresentFullScreen(MKLookAroundViewController)
WillUpdateScene(MKLookAroundViewController)

Extension Methods

Name Description
DidDismissFullScreen(IMKLookAroundViewControllerDelegate, MKLookAroundViewController)
DidPresentFullScreen(IMKLookAroundViewControllerDelegate, MKLookAroundViewController)
DidUpdateScene(IMKLookAroundViewControllerDelegate, MKLookAroundViewController)
WillDismissFullScreen(IMKLookAroundViewControllerDelegate, MKLookAroundViewController)
WillPresentFullScreen(IMKLookAroundViewControllerDelegate, MKLookAroundViewController)
WillUpdateScene(IMKLookAroundViewControllerDelegate, MKLookAroundViewController)
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)

Applies to