CPMapTemplateDelegate.MapTemplateWaypoint Method

Definition

[Foundation.Export("mapTemplate:mapTemplateWaypoint:accepted:forSegment:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void MapTemplateWaypoint(CarPlay.CPMapTemplate mapTemplate, CarPlay.CPNavigationWaypoint waypoint, bool accepted, CarPlay.CPRouteSegment? segment);
[<Foundation.Export("mapTemplate:mapTemplateWaypoint:accepted:forSegment:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member MapTemplateWaypoint : CarPlay.CPMapTemplate * CarPlay.CPNavigationWaypoint * bool * CarPlay.CPRouteSegment -> unit
override this.MapTemplateWaypoint : CarPlay.CPMapTemplate * CarPlay.CPNavigationWaypoint * bool * CarPlay.CPRouteSegment -> unit

Parameters

mapTemplate
CPMapTemplate
accepted
Boolean
segment
CPRouteSegment

Implements

Attributes

Applies to