This repository was archived by the owner on Jun 21, 2023. It is now read-only.
This repository was archived by the owner on Jun 21, 2023. It is now read-only.
MapSnapshotter start never calls callback #715
Open
Description
Environment
- Android OS version: min >= 22
- Devices affected: all
- Maps SDK Version: 9.2.1
Observed behavior and steps to reproduce
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.