-
Fetches the available offline routing tile versions and returns them in descending chronological order. The most recent version should typically be passed into
downloadTiles(in:version:completionHandler:)
. -
Downloads offline routing tiles of the given version within the given coordinate bounds using the shared URLSession. The tiles are written to disk at the location passed into the
completionHandler
.