Roman Laitarenko

Results 134 comments of Roman Laitarenko

Hi @Mojo1917, currently location indicator position is interpolated on platform side, this is not configurable and there is currently not way to subscribe to interpolated location updates. Since you are...

Hi all, thank you for the detailed reports and triaging, sorry for the delay, https://github.com/mapbox/mapbox-maps-flutter/pull/1063 should address this

@george536 The fix is a part of 2.17.0-rc.1 that is scheduled to be released tomorrow, the stable version is scheduled two weeks after.

@mayananand369 could you put a breakpoint in MapboxMap.dispose(), is it called twice by any chance?

Hi @rahulpatracropsly, thank you for reporting this! Use [`MapboxMap.beginAnimation()`](https://docs.mapbox.com/ios/maps/api/11.4.0/documentation/mapboxmaps/mapboxmap/beginanimation()) to improve label placement during an animation, it should be balanced with [`MapboxMap.endAnimation()`](https://docs.mapbox.com/ios/maps/api/11.4.0/documentation/mapboxmaps/mapboxmap/endanimation()) after the animation ends.

Could you post a code that you use for camera animation?

Thank you for the code @rahulpatracropsly, if I understood your setup correctly, the issue is that you are performing a series of 1 second animations, you'd be better served with...

Hi @rahulpatracropsly, sorry for the delayed response, yeah the symbols should not behave this way during animations, we can't reproduce the issue on our side, it would help us a...

@longdike1 Thank you for providing more details about this! Just want to confirm this - does this issue reproduce in debug mode(connected to debugger)? Could you provide logs as well?

I've created an internal ticket to track this issue https://mapbox.atlassian.net/browse/MAPSIOS-1326