mapbox-maps-ios icon indicating copy to clipboard operation
mapbox-maps-ios copied to clipboard

Annotation views animation

Open Eke opened this issue 3 years ago • 1 comments

New Feature

It would be really nice to have ability of animating annotation view size and location changes.

Why

We display some content using annotation views which can partially change over time causing that view to become bigger or smaller.

Currently size change works but without animation

try? self._mapView.viewAnnotations.update(
  existingView,
  options: ViewAnnotationOptions(
    width: viewSize.width,
    height: viewSize.height
  )
)

Eke avatar Feb 23 '22 05:02 Eke

Any updates on this?

SzymonMatysik avatar Apr 21 '23 13:04 SzymonMatysik