Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Pause/Resume and progress updates to Directions.downloadTiles #306

Closed
frederoni opened this issue Nov 1, 2018 · 2 comments
Closed

Comments

@frederoni
Copy link
Contributor

frederoni commented Nov 1, 2018

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 for Directions.downloadTiles(in:version:session:completionHandler:)

cc @1ec5 @JThramer

@frederoni frederoni mentioned this issue Nov 1, 2018
6 tasks
@1ec5
Copy link
Contributor

1ec5 commented Feb 27, 2019

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.

@1ec5
Copy link
Contributor

1ec5 commented Jan 7, 2020

As of #353, the method returns a data task, so pausing and resuming is the responsibility of client code.

@1ec5 1ec5 closed this as completed Jan 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants