The following programming patterns are discussed in this chapter:
- Loading resources asynchronously — Use the
LoadableAPI to load metadata asynchronously for maps, layers, and other resources to do such things as monitor the load status of the resource, handle concurrent and repeated requests to load the resource, cancel a load, retry to load if previous attempts failed, and handle circumstances such as network outages or service interruption.
Additional topics will be added in future documentation updates, but in the meantime Flutter Maps SDK developers can find useful guidance in the ArcGIS Maps SDK for Swift topics on Tasks and jobs and Performance considerations.