mapbox / mapbox/mapbox-navigation-android
Configurable callout anchoring
Nobody has claimed this yet.
- Dominant language
- Kotlin
- Stars
- 651
- Forks
- 321
- PR merge metrics
- No merged PRs in 30d
Description
The reference implementation of callouts (https://github.com/mapbox/mapbox-navigation-android/pull/1339) currently hardcodes anchoring to the bottom, see [here](https://github.com/mapbox/mapbox-navigation-android/pull/1339/files#diff-d910c83586e277d881e89330608d4e7cR53). Feature request is to expose an API that allows configuring this by leveraging the iconAnchor data driven styling support.
cc @mapbox/navigation-android
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 reviewing the reference implementation in Mapbox Navigation Android pull request #1339, especially the linked diff around the hardcoded bottom anchoring, and read the existing iconAnchor data-driven styling support. Define the configurable callout anchoring API and verify that callouts can use the requested anchor instead of always using the bottom anchor.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kotlin
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100