Roman Laitarenko
Roman Laitarenko
Hi @naftalibeder, currently only `linear` timing curve for interpolation is supported. Thank you for raising this, we are considering to add this configuration options in future releases.
@naftalibeder After checking this with the team I can confirm that the behavior you describe is caused by a bug in `LocationIndicatorLayer`. Transition duration is not honored for any of...
@ShanMa1991 @DavidKasprzyk @RRuais We've discovered the cause of excessive map redraws when idling https://github.com/mapbox/mapbox-maps-ios/pull/1789
@AlbertoNoris The location indicator layer is not added to the style until the first location update is reported by the platform, to avoid this error you can check if the...
Hi @basvdijk, I'm able to reproduce this on Android, on iOS the location indicator is on top. Filed a bug in the internal issue tracker - https://mapbox.atlassian.net/browse/MAPSAND-1587
Interesting, I can't seem to reproduce this on iOS, which version to you use?
Ah, sorry, I mean what version of the Mapbox Maps Flutter Plugin do you use?
@darshankawar Indeed the issue on Samsung can be explained by that, but there is a separate bug on Pixels then.
@darshankawar I've updated this issue accordingly, could you take a look at this again? I don't believe that the fix that Samsung is preparing for Galaxy will fix the issue...
Is there any workaround for this issue? Any way to make that `ImageReader.OnImageAvailableListener` firing again?