mapbox / mapbox/mapbox-maps-ios
Enable clustering using View Annotation
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 601
- Forks
- 196
- PR merge metrics
- No merged PRs in 30d
Description
## New Feature
Hello, I would like to request the development of the clustering function.
When using PointAnnotation or SymbolAnnotation, there is a cluster option in the source, so we implemented the clustering function by referring to the example or Doc you wrote.
we need the clustering function when I use Custom View Annotation, so is it possible to develop it additionally?
- connected issue(android): https://github.com/mapbox/mapbox-maps-android/issues/1940
## Why
- To implement clustering capabilities using CustomViewAnnotation
- connected issue: https://github.com/mapbox/mapbox-maps-ios/issues/1985
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 linked iOS issue 1985 and the related Android issue 1940 to understand the intended clustering behavior for CustomViewAnnotation. Then locate the existing PointAnnotation and SymbolAnnotation clustering implementation and determine the API, rendering, interaction, and acceptance criteria needed for custom views. Done means clustering works consistently for CustomViewAnnotation and is covered by appropriate tests or examples.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ios, swift
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100