Marker with Symbol Layer don´t work into OnResponse or onFailure Retrofit2
Sorry for my bad English.
I created a marker with this tutorial https://docs.mapbox.com/android/maps/examples/marker-symbol-layer/ and perfect works
But when i test build a marker with Retrofit and ArrayList don't work
If I the marker is add outside the callback method if it works.
But if I add the marker inside the OnResponse or OnFailure it doesn't work
I tested my method OnResponse an Works Perfect
Works

Don't works

My Response Method isn't the problem , its works perfect

Hey @elviss116 , thanks for using Mapbox. Sorry that you didn't get a response until now. Probably has to do with your symbolLayerIconFeatureList variable. What happens if you put List<Feature> symbolLayerIconFeatureList = new ArrayList<>(); inside of your onResponse() callback section?