mapbox-plugins-android icon indicating copy to clipboard operation
mapbox-plugins-android copied to clipboard

Trouble adding a CircleAnnotation at specific index in circleAnnotationManager.annotations

Open kasparjj opened this issue 4 years ago • 0 comments

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

kasparjj avatar Sep 24 '21 06:09 kasparjj