mapbox / mapbox/mapbox-maps-ios
Expose view annotations ids
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 601
- Forks
- 196
- PR merge metrics
- No merged PRs in 30d
Description
New Feature
In PR #1621 you've added annotations dictionary with [UIView: ViewAnnotationOptions] type. But annotation id is not known in view or options.
Why
Filtering out by id is a common thing when I want to do something with only filtered annotations. I provided every annotation with id, then I want to get only part of them :)
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 reading PR #1621 and the annotation dictionary API it introduced to understand where view annotations and ViewAnnotationOptions are exposed. The work is complete when callers can access each annotation's id for filtering, with the relevant behavior covered by tests if that API area has existing tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ios, swift
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100