Rendering complete event

919
2
Jump to solution
01-23-2018 09:23 AM
DrewD
by
New Contributor III

Is there a way to determine when the map is finished rendering? there was a post in 2015 saying it was coming out soon, but I can't find any mention of it in the API reference or any kind of search

0 Kudos
1 Solution

Accepted Solutions
CharlesRoberts1
New Contributor III

Look for the DrawStatusChanged event in MapView.

In your handler check the Status property in the DrawStatusChangedEventArgs parameter for DrawStatus.Completed.

View solution in original post

2 Replies
CharlesRoberts1
New Contributor III

Look for the DrawStatusChanged event in MapView.

In your handler check the Status property in the DrawStatusChangedEventArgs parameter for DrawStatus.Completed.

DrewD
by
New Contributor III

Thank you, that was what I was looking for

0 Kudos