I want to create a style in mapbox studio. Lets say specifying blur effect, zoom etc. I can export this style as a link or as a .json file. And I want to use the style properties in android code for a specific CircleLayer.
I know I can set properties in java code one by one for a layer. But I want to apply entire style that was created in mapbox studio and which is represented in json format.
Mapbox studio where I create set of style properties.
And a piece of code with CircleLayer