Hi, we follow your tutorial here to download maps:
https://github.com/Esri/arcgis-maps-sdk-kotlin-samples/blob/main/generate-offline-map/src/main/java/com/esri/arcgismaps/sample/generateofflinemap/MainActivity.kt
When we define a large map (~1,9GB) we get a timeout after a certain time. Is there a way to allow a higher timeout using the SDK?
Can you share which timeout exception you're receiving? Our API doesn't allow configuring a longer timeout, but knowing which type of timeout is being hit will help to narrow down how it can be resolved.
Hi @MikeWilburn ,
the timeout happens here when querying result() from the GenerateOfflineMapJob instance. result() calls onFailure and it.message simply contains the string "timeout".
Hi @padmalcom ,
What's the type of the exception (it) passed by `onFailure`?
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.