I need to download an offline map. No Swift documentation in drop downs here: https://developers.arcgis.com/documentation/mapping-apis-and-services/offline/offline-data/
From what I can tell there are three ways to get an offline map.
- Offline data (above link)
- On-demand offline map
- Pre-planned offline map
Just wanted to give some feedback. Kinda confusing when trying to choose the best option. My 100.x code base uses the offline data method with completion blocks. So far I've coded a solution for this method that I think will work using async throws methods. It's my weekend so I'll have to resume on Monday.