Hi there
We have signed up for a developer account to test the capabilities of ArcGIS runtime for .NET. The application we need to develop must work in disconnected offline mode. We followed the SDK documentation and using the OfflineMapTask we can generate an offline map. The problem is it only works for small sections of the map. As soon as we try do generate an offline map from bigger selection we are getting an error message: Unable to export the cache, estimated tile count is greater than the max export tiles count (10000) that is set for the service. Our application needs to contain entire UK, Europe and potentially the whole world. Is there a way to do this?