mapbox / mapbox/mapbox-maps-ios
Update coordinates of ImageSource
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 601
- Forks
- 196
- PR merge metrics
- No merged PRs in 30d
Description
## Environment
- Xcode version: 15.2
- iOS version: 17.0
- Devices affected:
- Maps SDK Version: 11.3.0
## Observed behavior and steps to reproduce
ImageSource does not have update coordinates method. We can only update image using mapView.mapboxMap.style.updateImageSource(withId: <#T##String#>, image: <#T##UIImage#>) method
## Required
ImageSource should have update coordinates method. How to update ImageSource coordinates after adding ?
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 ImageSource API and the style.updateImageSource(withId:image:) entry point mentioned in the issue. Trace how source coordinates are represented and updated after adding a source, then verify that the resulting API supports changing those coordinates on iOS 17 and Maps SDK 11.3.0.
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
- 35/100