Mikhail Pozdnyakov
Mikhail Pozdnyakov
> Would it make sense to have this be author-settable (and capped to a max value, obviously)? it might be hard to find a good estimation, could try to base...
another thing is that we have multiple sensor instances using the same buffer infra and new instances can arbitrary appear in runtime, so the buffer size should not be something...
Please note, #197 does not add or remove anything related to tying sensor polling to animation frames -- it just fixes the existing issues in abstract operations improving the _current_...
> By occupying resources during rendering. Especially if complex filtering is done on them. That's quite a generic problem if you do too much stuff in a regularly invoked JS...
> That's absolutely not what we talk about when we talk of syncing with animation frames. Actually it's kind of frightening that you're even suggesting that this would be an...
From https://github.com/mapbox/mapbox-gl-native/issues/13867#issuecomment-472335865 > The callback delegate isn't called when your initial camera position doesn't fully cover the bounds of the offline region (or even slightly more). This makes sense to...
> but Is it secure to set camera in that stage, or download offline pack? Yeah, I do not think the engine is limiting this.