This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
AnnotationManager::update doesn't update LineAnnotation / FillAnnotation #5844
Labels
Core
The cross-platform C++ core, aka mbgl
Milestone
I have been looking into implementing updatable Polyline/Polygons on the Android bindings.
For this I'm hooking into the following methods exposed in AnnotationManager:
When I execute the update method, I'm seeing the polygon being removed but not readded:
The code used here is equivalent to the one used for SymbolAnnotation.
The text was updated successfully, but these errors were encountered: