ICPMapTemplateDelegate.DidRequestToInsertWaypoint 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: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
- waypoint
- CPNavigationWaypoint
- segment
- CPRouteSegment
- Attributes