-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update coordinates of ImageSource #2264
Comments
Thank you @Gomu2024, we have created an internal ticket to track this https://mapbox.atlassian.net/browse/MAPSIOS-536. Please stay tune for our future updates with this feature :) |
Faced with the same issue, my workaround is to remove/add layer and source |
Thank you very much for your reply. I have tried this as well, but frequent location updates will cause flickering and memory shortage. |
@Gomu2024 Hello, I've found another solution, you can try:
|
Woo oh, it worked, thanks a lot |
Environment
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 ?
The text was updated successfully, but these errors were encountered: