RouteIncrementOptions

public struct RouteIncrementOptions

A data type that contains input data for the advanceGuidanceProgress method of the RoutePlanner

Important

This is a Public Preview API. It may be changed or removed at any time.

Public

  • A route that requires incrementing instructions

    Declaration

    Swift

    public let route: Route
  • Options for route planning

    Declaration

    Swift

    public let planningOptions: RoutePlanningOptions
  • A boolean flag that determines if it’s necessary to calculate the departure instruction

    Declaration

    Swift

    public let isDepartureInstructionRequired: Bool