mapbox-maps-android
mapbox-maps-android copied to clipboard
[viewannotation] Introduce show annotations api [MAPSAND-464]
Summary of changes
Introduce ViewAnnotationManager.showAnnotations which animates map camera to frame provided annotations.
Introduce ViewAnnotationManager.cameraForAnnotations that returns CameraOptions for provided annotations, so users can use custom animation to move camera to fit specified anntations.