RoutingOptionsWithItinerary

public protocol RoutingOptionsWithItinerary

A type that describes routing options with itinerary.

  • Represents a requested sequence of points that a route should visit.

    Declaration

    Swift

    var itinerary: Itinerary { get }