CPRouteSegment.Create Method

Definition

public static CarPlay.CPRouteSegment Create(CarPlay.CPNavigationWaypoint origin, CarPlay.CPNavigationWaypoint destination, CarPlay.CPManeuver[] maneuvers, CarPlay.CPLaneGuidance[] laneGuidances, CarPlay.CPManeuver[] currentManeuvers, CarPlay.CPLaneGuidance currentLaneGuidance, CarPlay.CPTravelEstimates tripTravelEstimates, CarPlay.CPTravelEstimates maneuverTravelEstimates, CarPlay.CPLocationCoordinate3D[] coordinates);
static member Create : CarPlay.CPNavigationWaypoint * CarPlay.CPNavigationWaypoint * CarPlay.CPManeuver[] * CarPlay.CPLaneGuidance[] * CarPlay.CPManeuver[] * CarPlay.CPLaneGuidance * CarPlay.CPTravelEstimates * CarPlay.CPTravelEstimates * CarPlay.CPLocationCoordinate3D[] -> CarPlay.CPRouteSegment

Parameters

destination
CPNavigationWaypoint
maneuvers
CPManeuver[]
laneGuidances
CPLaneGuidance[]
currentManeuvers
CPManeuver[]
currentLaneGuidance
CPLaneGuidance
tripTravelEstimates
CPTravelEstimates
maneuverTravelEstimates
CPTravelEstimates
coordinates
CPLocationCoordinate3D[]

Returns

Applies to