Mapbox Android Plugins are a collection of libraries that extend our other SDKs, helping you design powerful mapping features while the plugins handle most of the heavy lifting.
Dear Developer:
I am try to use Mapbox to repace Baidu in abroad. and there are many points need to be draw in the same time ,I search the document of Mapbox, and use CircleManager create function .and
put many points to the optionlist .the code like this:
CircleOptions options = new CircleOptions();
Dear Developer: I am try to use Mapbox to repace Baidu in abroad. and there are many points need to be draw in the same time ,I search the document of Mapbox, and use CircleManager create function .and put many points to the optionlist .the code like this: CircleOptions options = new CircleOptions();
circleManager.create(optionsList);
When points are more and more, the interface is stuck。