RefreshedRoute
public struct RefreshedRoute : ForeignMemberContainer
extension RefreshedRoute: Codable
extension RefreshedRoute: RouteRefreshSource
A skeletal route containing only the information about the route that has been refreshed.
-
Declaration
Swift
public var foreignMembers: JSONObject
-
The legs along the route, starting at the first refreshed leg index.
Declaration
Swift
public var legs: [RefreshedRouteLeg]
-
Declaration
Swift
public init(from decoder: Decoder) throws
-
Declaration
Swift
public func encode(to encoder: Encoder) throws