Jay Cohen
Results
2
comments of
Jay Cohen
I'm finding this also doesn't work when removing an annotation manager and recreating a new one using a different ID. ``` mapTouchAnnotationManager?.annotations = [] mapView.annotations.removeAnnotationManager(withId: mapTouchAnnotationID) mapTouchAnnotationManager = mapView.annotations.makePointAnnotationManager(id: annotation.id)...
> The issue with cached annotation images is addressed in this PR #1583, it will be released in version 10.9.0, currently available as pre-release `10.9.0-beta.2`. When can we expect 10.9.0...