Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 667 Bytes

File metadata and controls

31 lines (18 loc) · 667 Bytes

Access load status

Determine the map's load status which can be: NotLoaded, FailedToLoad, Loading, Loaded.

screenshot

Use case

Knowing the map's load state may be required before subsequent actions can be executed.

How to use the sample

The load status of the map will be displayed as the sample loads.

How it works

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.

Relevant API

  • Map
  • ILoadable
  • MapView

Tags

LoadStatus, Loadable pattern, Map