Share via


CPPointOfInterestTemplateDelegate.DidSelectPointOfInterest Method

Definition

[Foundation.Export("pointOfInterestTemplate:didSelectPointOfInterest:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidSelectPointOfInterest(CarPlay.CPPointOfInterestTemplate pointOfInterestTemplate, CarPlay.CPPointOfInterest pointOfInterest);
[<Foundation.Export("pointOfInterestTemplate:didSelectPointOfInterest:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidSelectPointOfInterest : CarPlay.CPPointOfInterestTemplate * CarPlay.CPPointOfInterest -> unit
override this.DidSelectPointOfInterest : CarPlay.CPPointOfInterestTemplate * CarPlay.CPPointOfInterest -> unit

Parameters

pointOfInterestTemplate
CPPointOfInterestTemplate
pointOfInterest
CPPointOfInterest

Implements

Attributes

Applies to