RouteRefreshResponse
public struct RouteRefreshResponseextension RouteRefreshResponse: CodableA Directions Refresh API response.
- 
                  
                  The raw HTTP response from the Directions Refresh API. DeclarationSwift public let httpResponse: HTTPURLResponse?
- 
                  
                  The response identifier used to request the refreshed route. DeclarationSwift public let identifier: String
- 
                  
                  The route index used to request the refreshed route. DeclarationSwift public var routeIndex: Int
- 
                  
                  A skeleton route that contains only the time-sensitive information that has been updated. Use the Route.refreshLegAttributes(from:)method to merge this object with the original route to continue using the original route with updated information.DeclarationSwift public var route: RefreshedRoute
- 
                  
                  The credentials used to make the request. DeclarationSwift public let credentials: DirectionsCredentials
- 
                  
                  The time when this RouteRefreshResponseobject was created, which is immediately upon recieving the raw URL response.If you manually start fetching a task returned by Directions.urlRequest(forRefreshing:routeIndex:currentLegIndex:), this property is set tonil; use theURLSessionTaskTransactionMetrics.responseEndDateproperty instead. This property may also be set tonilif you create this result from a JSON object or encoded object.This property does not persist after encoding and decoding. DeclarationSwift public var created: Date
- 
                  
                  DeclarationSwift public init(from decoder: Decoder) throws
- 
                  
                  DeclarationSwift public func encode(to encoder: Encoder) throws
 Install in Dash
              Install in Dash
             RouteRefreshResponse Structure Reference
        RouteRefreshResponse Structure Reference