RefreshedRoute
public struct RefreshedRoute
extension RefreshedRoute: Codable
                A skeletal route containing only the information about the route that has been refreshed.
- 
                  
                  
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 
              Install in Dash
            
        RefreshedRoute Structure Reference