Roman Laitarenko

Results 10 issues of Roman Laitarenko

Fix for #367. **Motivation** After investigating this and testing on iOS's 8-12 I could not observe that recursive subview actually does anything(except causing flickering on iOS 11 and 12 :)....

**Describe the bug** Some navigation bar elements(`UIBarButtonItem`s and `UINavigationitem`s with custom views) flicker when navigation bar gets hidden interactively. ![flickering_bug](https://user-images.githubusercontent.com/1478430/62207596-25fbb100-b39d-11e9-9f75-68977fb1c2cb.gif) **To Reproduce** The issues manifests quite easily, for example when...

This PR adds a warning when attempting to localise the map via `Style.localiseLabels(into:forLayerIds:)` while having the server-side localization enabled via `SettingsServiceInterface.set(key:value:)`. Additionally `LocalizationSettingsExample` has been added to demonstrate how to...

## Pull request checklist: - [ ] Write tests for all new functionality. If tests were not written, please explain why. - [ ] Add documentation comments for any added...

This PR further improves accuracy ring radius interpolation started in https://github.com/mapbox/mapbox-maps-ios/pull/1625 ## Pull request checklist: - [x] Describe the changes in this PR, especially public API changes. - [x] Write...

3D puck uses a special layer, it trips code in `allLayerIdentifiers` getter into triggering an assertion when obtaining layer info. This PR makes the `allLayerIdentifiers` getter to ignore 3D puck...

### Steps to reproduce I've created a new project with flutter create and integrated a simple test view on Android side as per https://docs.flutter.dev/platform-integration/android/platform-views. Set up `FlutterEngine` cache as per...

in triage

### What does this pull request do? Adds configuration options to configure map widget logo and attribution visibility. ### What is the motivation and context behind this change? Addresses: https://mapbox.atlassian.net/browse/MAPSFLT-207...

### What does this pull request do? Fixes race condition in events when method call to subscribe to map events from dart side was competing with early map events. The...

Draft migration guide for v1.