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
{{ message }}
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.
Create, initialize, and use a MapboxMap with a MapView and then create a MapSnapshotter object and call start when the device has no network connectivity. Notice that the callback passed to start never gets called.
Expected behavior
Even with no network connectivity the callback passed to the start function should be triggered or the onError handler should be called.
Notes / preliminary analysis
Everything works as expected with network connectivity.
Additional links and references
The text was updated successfully, but these errors were encountered:
tobrun
transferred this issue from mapbox/mapbox-maps-android
Oct 18, 2021
Environment
Observed behavior and steps to reproduce
Create, initialize, and use a
MapboxMap
with aMapView
and then create aMapSnapshotter
object and callstart
when the device has no network connectivity. Notice that the callback passed to start never gets called.Expected behavior
Even with no network connectivity the callback passed to the
start
function should be triggered or theonError
handler should be called.Notes / preliminary analysis
Everything works as expected with network connectivity.
Additional links and references
The text was updated successfully, but these errors were encountered: