CPRouteSegment.Create 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.
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
- origin
- CPNavigationWaypoint
- destination
- CPNavigationWaypoint
- maneuvers
- CPManeuver[]
- laneGuidances
- CPLaneGuidance[]
- currentManeuvers
- CPManeuver[]
- currentLaneGuidance
- CPLaneGuidance
- tripTravelEstimates
- CPTravelEstimates
- maneuverTravelEstimates
- CPTravelEstimates
- coordinates
- CPLocationCoordinate3D[]