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
if type != .depart && type != .arrive && modifier == .none { return nil }
it looks like if the step's type is, for instance, .turn the library doesn't return an attributed string that describes the step.
Can you enlighten me about the reasons behind this? :-)
In my use case it's important to explain the user the step-by-step instructions of the route it's gonna take.
Thanks,
Alessandro
The text was updated successfully, but these errors were encountered:
Hi guys,
in OSRMInstructionFormatter I found this:
if type != .depart && type != .arrive && modifier == .none { return nil }
it looks like if the step's type is, for instance,
.turn
the library doesn't return an attributed string that describes the step.Can you enlighten me about the reasons behind this? :-)
In my use case it's important to explain the user the step-by-step instructions of the route it's gonna take.
Thanks,
Alessandro
The text was updated successfully, but these errors were encountered: