Response

public struct Response

The main response element.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • Routes matching the request.

    Declaration

    Swift

    public let routes: [Route]?
  • The base URL to fetch the road shield atlas and metadata resources

    Declaration

    Swift

    public let roadShieldAtlasReference: String?
  • List of optimized waypoints. Applicable only when request has computeBestOrder parameter

    Declaration

    Swift

    public let optimizedWaypoints: [OptimizedWaypoint]?