Roman Laitarenko

Results 134 comments of Roman Laitarenko

@ZiZasaurus I can reproduce this as well, looks like a bug in drawing

I think this issue is happening because annotation managers don't react well to being accessed from multiple threads, safe bet would be to update `annotations` property from the main thread.

Because `LocationProvider` is defined in both imported frameworks, you need to include module(framework) name when using it - e.g. `MapboxMaps.LocationProvider`.

Hi @enteleca, thanks for the detailed report! This method is invoked whenever `CLLocationManager` sends an updated location or heading. If these updates happen to frequently - try setting a distance...

This is addressed in https://github.com/mapbox/mapbox-maps-ios/pull/1429

Hello @rohan-59, I don't see anything suspicious here - there is indeed some CPU load which is the cost of drawing a map. One thing to note that the CPU...

@Jason0705 I think what you are observing here is quite normal, Xcode's energy impact measurements are affected quite a bit by the "Display" section making ~60% of the impact. In...

This warning is addressed in [v10.9.0](https://github.com/mapbox/mapbox-maps-ios/releases/tag/v10.9.0).

@arslankaleem7229 Could you provide some sample code with how you add/update your view annotation?

@arslankaleem7229 Thank you for the clarification, the update code looks good. Could you share the code where you add the view annotation?