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
When the API provides support for Content-Length and range headers, we should add support for pause, resume, and reporting progress for Directions.downloadTiles(in:version:session:completionHandler:)
Directions.downloadTiles(in:version:completionHandler:) returns a data task that the application can use to pause or cancel a download. We’re looking to preserve that return value as part of #353.
Tail work from #303
When the API provides support for
Content-Length
and range headers, we should add support for pause, resume, and reporting progress forDirections.downloadTiles(in:version:session:completionHandler:)
cc @1ec5 @JThramer
The text was updated successfully, but these errors were encountered: