mapbox-maps-ios
mapbox-maps-ios copied to clipboard
Annotation views animation
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
)
)
Any updates on this?