ICPMapTemplateDelegate.DidRequestToInsertWaypoint Method

Definition

[Foundation.Export("mapTemplate:didRequestToInsertWaypoint:intoSegment:completion:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidRequestToInsertWaypoint(CarPlay.CPMapTemplate mapTemplate, CarPlay.CPNavigationWaypoint waypoint, CarPlay.CPRouteSegment segment, CarPlay.CPMapTemplateDidRequestToInsertWaypointHandler completion);
[<Foundation.Export("mapTemplate:didRequestToInsertWaypoint:intoSegment:completion:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidRequestToInsertWaypoint : CarPlay.CPMapTemplate * CarPlay.CPNavigationWaypoint * CarPlay.CPRouteSegment * CarPlay.CPMapTemplateDidRequestToInsertWaypointHandler -> unit
override this.DidRequestToInsertWaypoint : CarPlay.CPMapTemplate * CarPlay.CPNavigationWaypoint * CarPlay.CPRouteSegment * CarPlay.CPMapTemplateDidRequestToInsertWaypointHandler -> unit

Parameters

mapTemplate
CPMapTemplate
segment
CPRouteSegment
Attributes

Applies to