mapbox / mapbox/mapbox-maps-ios

Missing features

Open
#991 10 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

auto-triaged feature :green_apple:
Dominant language
Swift
Stars
601
Forks
196
PR merge metrics
No merged PRs in 30d

Description

## New Feature
I am having trouble understanding Mapbox v10. The way I'm using it now it seems to be missing many functions like the regionDidChangeAnimated for example that was a part of the MGLMapViewDelegate prior to v10.
The way I'm interacting with the map now is through `mapView.mapboxMap.onEvery()` but the map event options here don't include equivalents to many of the old delegated functions.

View annotations is also a thing, I can not filter out annotations as before like bellow
```
map.annotations?.filter {...}
```

Thank you all in advance for any help you can provide.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the Mapbox v10 map event options exposed through mapView.mapboxMap.onEvery() and compare them with the previous MGLMapViewDelegate callbacks, especially regionDidChangeAnimated. Also investigate the current view-annotation APIs and the requested annotation filtering behavior. The issue needs a defined set of missing equivalents before completion can be measured.

Written by the indexing model from the issue text.

Assessment

Tech stack
ios, swift
Domain
mobile-dev
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.