Skip to content

v11.21.1

Choose a tag to compare

@jush jush released this 13 Apr 07:21
· 67 commits to main since this release

Features ✨ and improvements 🏁

  • Deprecate PointAnnotation.iconImage getter. Reading this property exposes an internally generated image ID managed by the annotation manager. If you need a stable, reusable image ID, register the image in the style yourself via the Style API and pass the ID explicitly via PointAnnotationOptions.withIconImage(String). In that case you are responsible for the image's lifecycle and must remove it from the style when no longer needed.

Bug fixes 🐞

  • Fix native memory leak in AnnotationManager where bitmap style images were not removed when annotations were deleted.
  • Fix an issue where overscaled tiles from offline tile packs could delay fetching higher-resolution network tiles.

Dependencies