Get the draw status of your map view or scene view to know when all layers in the map or scene have finished drawing.
You may want to display a loading indicator while layers are loading, which could then be removed on DrawStatus.Completed
.
Pan and zoom around the map. Observe how the status changes from a loading animation to solid, indicating that drawing has completed.
- Create a
MapView
and subscribe to theDrawStatusChanged
event. - Inspect the draw status property in the event handler to determine draw status.
- DrawStatus
- DrawStatusChangedEvent
- DrawStatusChangedListener
- Map
- MapView
draw, loading, map, render