mapbox-plugins-android
mapbox-plugins-android copied to clipboard
Trouble adding a CircleAnnotation at specific index in circleAnnotationManager.annotations
Hi
I have a hard time figuring out how I can add or "create" a CircleAnnotation at a specific index in circleAnnotationManager.annotations consisting of multiple CircleAnnotations. I am looking for a similar option as with the mutableList where you have the array.add(index, itemToInsert). It doesn't seem to be supported yet.
My dependency is: implementation 'com.mapbox.mapboxsdk:mapbox-android-plugin-annotation-v9:0.9.0'
Help is very appreciated!
Best, Kaspar