You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 8, 2023. It is now read-only.
Hello, since version 5.1.0-5.12 when drawing ~100-300 markerviewoptions the app shows few icons with big icons and then freezes while trying to add all others for a good 5 seconds.
The code i use:
Hello, since version 5.1.0-5.12 when drawing ~100-300 markerviewoptions the app shows few icons with big icons and then freezes while trying to add all others for a good 5 seconds.
The code i use:
MarkerViewOptions options = new MarkerViewOptions().position(new LatLng(mapObject.getLatitude (), mapObject.getLongitude())).icon(UIUtils.getIcon(getAppCtx(), mapObject.getMarkerIcon(false, getAppCtx()))); mMapboxMap.addMarker(options);Platform: Android
Mapbox SDK version: 5.1.0-5.1.2