Cam Mace
Cam Mace
Tracking this on the android side of things here: https://github.com/mapbox/mapbox-java/issues/511
Noticed when fill wasn't enabled, the line would draw from coordinates 0,0 within the sparkView. commit 8b58884 fixes this.
CI is failing since #64 got merged, classic case of the: > Failed to install the following Android SDK packages as some licences have not been accepted. 🙄
> subclass SparkView and do manual drawing So if I understand correctly, similiar to how the `Paint` objects have getter, and more importantly, setters, you'd like the same accessibility for...
`DrawArgs` sounds like it would clean up the `SparkView` significantly with all the getters and setters, we could even possibly throw in a `createFromAttributes` method which further shrinks the view...
@zugaldia I'll create an example on android-sdk/examples and then we can link it in the readme. issue for tracking example mapbox/android-sdk#124
Removing @osana from being assigned this ticket so she can focus more on MAS.
> resolve the issue or suppress the warnings In our model classes which use AutoValue, some of the methods use arrays which are by nature mutable in Java after the...
hmmm I'm afraid the code has been lost.
What is left to get this across the finish line @langsmith?