mapbox-maps-android
mapbox-maps-android copied to clipboard
Adding possibility to add imports to style
New Feature
I would suggest adding method addStyleImport to StyleManager which would add an import to current style.
Why
There already is removeStyleImport method and it would make the API more complete.
Currently there is no way how to add imports, without loading new style json that already includes them (or at least I could not find any).
Thank you