mapbox / mapbox-directions-swift

Traffic-aware directions and map matching in Swift on iOS, macOS, tvOS, watchOS, and Linux
https://www.mapbox.com/navigation/
ISC License
181 stars 87 forks source link

RouteResponse and MapMatchingResponse are undocumented #732

Closed 1ec5 closed 1 year ago

1ec5 commented 1 year ago

RouteResponse and MapMatchingResponse aren’t documented, so they don’t show up at all in the jazzy-generated API reference:

https://github.com/mapbox/mapbox-directions-swift/blob/8ded1f608508f6e14bc6914f6cf2b64e3414940b/Sources/MapboxDirections/RouteResponse.swift#L12 https://github.com/mapbox/mapbox-directions-swift/blob/8ded1f608508f6e14bc6914f6cf2b64e3414940b/Sources/MapboxDirections/MapMatching/MapMatchingResponse.swift#L7

/cc @Udumft