loadable
Loadable is a characteristic of a resource, such as a layer, map, or portal item, that allows developers to perform tasks such as:
- Monitoring the load status of the resource.
- Retrying the resource load if previous load attempts failed.
A loadable resource handles concurrent and repeated requests to load to accommodate the common practice of sharing the same resource instance among various parts of an app.
Related
- Understanding the loadable pattern (Maps SDK for JavaScript)
- Loading resources asynchronously (Maps SDK for .NET)
- Loading resources asynchronously (Maps SDK for Kotlin)
- Loading resources asynchronously (Maps SDK for Swift)
- Loading resources asynchronously (Maps SDK for Java)
- Loading resources asynchronously (Maps SDK for Qt)
Related terms
- asynchronous
- layer
- map