Skip to content

Commit

Permalink
Making RouteResponse public so we can decode offline directions in na…
Browse files Browse the repository at this point in the history
…v-sdk
  • Loading branch information
Jerrad Thramer authored and Jerrad Thramer committed Dec 13, 2019
1 parent 110566d commit b83fb7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/MapboxDirections/RouteResponse.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Foundation

struct RouteResponse {
public struct RouteResponse {

This comment was marked as outdated.

Copy link
@1ec5

1ec5 Dec 14, 2019

Contributor

This change requires us to address all of #391. Are you sure we should do so before integrating the navigation SDK with the first round of Swifitification in this library?

var code: String?
var message: String?
var error: String?
Expand Down

0 comments on commit b83fb7e

Please sign in to comment.