Share via


ICPPointOfInterestTemplateDelegate.DidSelectPointOfInterest Method

Definition

[Foundation.Export("pointOfInterestTemplate:didSelectPointOfInterest:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidSelectPointOfInterest(CarPlay.CPPointOfInterestTemplate pointOfInterestTemplate, CarPlay.CPPointOfInterest pointOfInterest);
[<Foundation.Export("pointOfInterestTemplate:didSelectPointOfInterest:")>]
[<Foundation.OptionalMember>]
[<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
Attributes

Applies to