You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per mapbox/mapbox-java#1174, the Mapbox Map Matching API will start returning a uuid field for all successful map matching requests. MapMatchingResponse should have an identifier property similar to the existing RouteResponse.identifier property, decoding it when uuid is present in the response.
Per mapbox/mapbox-java#1174, the Mapbox Map Matching API will start returning a
uuid
field for all successful map matching requests. MapMatchingResponse should have anidentifier
property similar to the existingRouteResponse.identifier
property, decoding it whenuuid
is present in the response.mapbox-directions-swift/Sources/MapboxDirections/RouteResponse.swift
Line 11 in b7c26f5
mapbox-directions-swift/Sources/MapboxDirections/RouteResponse.swift
Line 33 in b7c26f5
RouteResponse(matching:options:credentials:)
should pass in the value of this new property instead ofnil
:mapbox-directions-swift/Sources/MapboxDirections/RouteResponse.swift
Line 71 in b7c26f5
Unlike mapbox/mapbox-java#1174, this work is not blocked by deploying the change to all profiles, because the
identifier
property would be optional./cc @mapbox/navigation-ios @danpaz
The text was updated successfully, but these errors were encountered: