Determine the map's load status which can be: NotLoaded
, FailedToLoad
, Loading
, Loaded
.
Knowing the map's load state may be required before subsequent actions can be executed.
The load status of the map will be displayed as the sample loads.
The LoadStatus
is Loaded
when any of the following criteria are met:
- The map has a valid spatial reference.
- The map has an an initial viewpoint.
- One of the map's predefined layers has been created.
- Map
- ILoadable
- MapView
LoadStatus, Loadable pattern, Map