CPMapTemplateDelegate.MapTemplateWaypoint 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: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
- waypoint
- CPNavigationWaypoint
- accepted
- Boolean
- segment
- CPRouteSegment
Implements
- Attributes