Open carstenhag opened 4 years ago
cc @abhishek1508 @JunDai
cc'ing @cafesilencio for visibility
Where are we here? Any updates? @cafesilencio @abhishek1508
@Guardiola31337 This seems more like something that should be addressed by Maps SDK
This seems more like something that should be addressed by Maps SDK
cc @tobrun @LukasPaczos
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Android API: 10 Mapbox Navigation SDK version:
Why would we like to have this feature?
Expected behavior
Either a method like
removeImage()
without a parameter or aremoveImages()
orclearImages
method.Actual behavior
There are only
removeImage(name: String)
,removeSource(...)
,removeLayer(...)
methods, which take individual objects.