RoutePlan

public struct RoutePlan

Represents a result of route planning.

Lifecycle

  • Designated initializer.

    Declaration

    Swift

    public init(routes: [Route])

    Parameters

    routes

    The collection of planned routes.

Public

  • The collection of planned routes.

    Declaration

    Swift

    public let routes: [Route]