Ankur Khandelwal

Results 6 issues of Ankur Khandelwal

### Summary of changes - After gl-native bump to v10.8.0-rc.1, exceptions in set camera will be handled in native, which makes the fix in https://github.com/mapbox/mapbox-maps-android/pull/652 redundant. Reverting old fix in...

skip changelog

### Summary of changes This pr added examples and tests to show how to enable sever side localization using `language` and `worldview` parameters. Once set and applied, the tiles will...

feature :green_apple:

**Describe the bug** We have java classes that contain private fields with public getters. All documentations are specified in the getter methods (and not for the property). when generating docs...

bug

### 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...

feature :green_apple:

### Summary of changes Introduce view annotation `ViewAnnotationManager.annotations` API to access list of added view annotations. ### User impact (optional) ## Pull request checklist: - [x] Briefly describe the changes...

feature :green_apple: