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
As @ben-burwood already pointed out, we already have something close to this with the RouteStyleLayer. Currently we render both lines in the NavigationMapView body.
I suspect what we probably want to at some point is:
Make RouteStyleLayer handle drawing both the traveled and remaining route line. It feels like this should contain the full default implementation in a single style layer collection (the SwiftUI DSL is more advanced here).
Accept another MapContentBuilder parameter with a default value that creates the built-in RouteStyleLayer.
Obviously, we should also make NavigationState's remainingRoutePolyline return what it's supposed to ;)
#439
The text was updated successfully, but these errors were encountered: