CPMapTemplateDelegate.DidShareDestination(CPMapTemplate, CPTrip) 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("mapTemplate:didShareDestinationForTrip:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidShareDestination(CarPlay.CPMapTemplate mapTemplate, CarPlay.CPTrip trip);
[<Foundation.Export("mapTemplate:didShareDestinationForTrip:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidShareDestination : CarPlay.CPMapTemplate * CarPlay.CPTrip -> unit
override this.DidShareDestination : CarPlay.CPMapTemplate * CarPlay.CPTrip -> unit
Parameters
- mapTemplate
- CPMapTemplate
- trip
- CPTrip
Implements
- Attributes