CPPointOfInterestTemplateDelegate.DidSelectPointOfInterest Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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