You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @thuan-savvycom, the timeout is defined statically on the Android side, not sure why it times out as snapshot should be ready in much less than 1 second, this could happen if the rendering queue is clogged, which is probably something that older devices more susceptible of. Could you give Snapshotter a go? It doesn't have any timeouts and it uses GPU rendering, so snapshots are usually delivered very quickly.
This issue occurs on flagship phones such as the Galaxy Z Fold6, Galaxy S21 5G, Moto G53 5G, and OnePlus 9 Pro 5G...
I am using MapBox in my running application to draw the running route on the map. I use PolylineAnnotationManager to draw the route with thousands of coordinates. I tried using Snapshotter, but I couldn't capture the map including the polyline route.
MapBox version: 2.4.1
Sometimes I got a timed out exception:
Non-fatal Exception: io.flutter.plugins.firebase.crashlytics.FlutterError: PlatformException(2342345, Failed to create snapshot: snapshotting timed out., null, null)
I see in the android code, current timeout is 1 second. Can we increate the timeout?
The text was updated successfully, but these errors were encountered: