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: [TomTomSDKRoute.Route]?
  • Report contains parameters or data used to create the request.

    Declaration

    Swift

    public let report: Report?
  • The base URL to fetch the road shield atlas and metadata resources

    Declaration

    Swift

    public let roadShieldAtlasReference: String?