mapbox / mapbox/mapbox-navigation-ios
Add possibility for dotted line for walking route
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 918
- Forks
- 326
- Avg merge
- 1h 16m
- Merged PRs (30d)
- 3
Description
**Mapbox Navigation SDK version:** 0.35.0
It would be really nice to have dotted line for walking route.
Setting lineDashPattern and lineCap does not help much as the dots are being stretched and bended when zoom level changes (I guess it's because this property does not support interpolation).
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the walking-route rendering entry point in the Mapbox Navigation SDK and reviewing how lineDashPattern and lineCap are applied at different zoom levels. Compare the existing route-rendering behavior with the requested dotted walking line, then add coverage for the intended appearance across zoom changes; done means the dots remain visually consistent while navigating.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100