Hi, we follow your tutorial here to download maps:
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`?